summaryrefslogtreecommitdiffstats
path: root/Source/cmExportFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-30 21:01:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-06 16:25:10 (GMT)
commit3429541e1c853207ae77ac033f04888e6c84ebf8 (patch)
tree84b10857792216ea4c1765507e1a69a4c999b755 /Source/cmExportFileGenerator.h
parent7461d67cf37a40ce5a6c20e8eaf4cbfff1c7d27e (diff)
downloadCMake-3429541e1c853207ae77ac033f04888e6c84ebf8.zip
CMake-3429541e1c853207ae77ac033f04888e6c84ebf8.tar.gz
CMake-3429541e1c853207ae77ac033f04888e6c84ebf8.tar.bz2
export: Rename some variables to reflect content type.
This method is used with a list of languages.
Diffstat (limited to 'Source/cmExportFileGenerator.h')
-rw-r--r--Source/cmExportFileGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportFileGenerator.h b/Source/cmExportFileGenerator.h
index 6fd23b0..1438f4d 100644
--- a/Source/cmExportFileGenerator.h
+++ b/Source/cmExportFileGenerator.h
@@ -82,7 +82,7 @@ protected:
std::vector<std::string>& missingTargets);
void SetImportLinkProperty(std::string const& suffix,
cmTarget* target, const char* propName,
- std::vector<std::string> const& libs,
+ std::vector<std::string> const& entries,
ImportPropertyMap& properties,
std::vector<std::string>& missingTargets);