diff options
author | Brad King <brad.king@kitware.com> | 2008-01-31 11:51:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-31 11:51:43 (GMT) |
commit | 73a5f0846f4946d74bbe7822fdf5458481e03362 (patch) | |
tree | 47c0ad83e3ed5cc5923e9f1c155ac1edd44598c9 /Source/cmExportFileGenerator.h | |
parent | 3edc8e83efb7c74e446a260f521ff45e4903794a (diff) | |
download | CMake-73a5f0846f4946d74bbe7822fdf5458481e03362.zip CMake-73a5f0846f4946d74bbe7822fdf5458481e03362.tar.gz CMake-73a5f0846f4946d74bbe7822fdf5458481e03362.tar.bz2 |
COMP: Remove unused parameter.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r-- | Source/cmExportFileGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h index ac9cb75..9412471 100644 --- a/Source/cmExportFileGenerator.h +++ b/Source/cmExportFileGenerator.h @@ -70,8 +70,7 @@ protected: void SetImportLinkProperties(const char* config, std::string const& suffix, cmTarget* target, ImportPropertyMap& properties); - void SetImportLinkProperties(const char* config, - std::string const& suffix, + void SetImportLinkProperties(std::string const& suffix, cmTarget* target, std::vector<std::string> const& libs, ImportPropertyMap& properties); |