diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-07 18:13:36 (GMT) |
commit | 1efca9f427a5c537afc034aadf0c29073bfdfa22 (patch) | |
tree | db72dbb80b5667f689b6b5a66c9beebef44e5365 /Source/cmMakefile.h | |
parent | d9b5f0a301c23c2c0e56ad3fcb696de71c3d6365 (diff) | |
download | CMake-1efca9f427a5c537afc034aadf0c29073bfdfa22.zip CMake-1efca9f427a5c537afc034aadf0c29073bfdfa22.tar.gz CMake-1efca9f427a5c537afc034aadf0c29073bfdfa22.tar.bz2 |
cmMakefile: Remove obsolete parameter
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 76afcbc..9f5f8ee 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -779,7 +779,7 @@ public: protected: // add link libraries and directories to the target - void AddGlobalLinkInformation(const std::string& name, cmTarget& target); + void AddGlobalLinkInformation(cmTarget& target); // Check for a an unused variable void LogUnused(const char* reason, const std::string& name) const; |