summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 20:52:44 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-07 08:32:27 (GMT)
commite133e40937031004d11b0d16289cee1bf0dc5e4f (patch)
tree1810ccc48bdcc82f0c6b292923c3dc47bef34b1c /Source
parentc197c6928128558e24ee094286e494e74b272f20 (diff)
downloadCMake-e133e40937031004d11b0d16289cee1bf0dc5e4f.zip
CMake-e133e40937031004d11b0d16289cee1bf0dc5e4f.tar.gz
CMake-e133e40937031004d11b0d16289cee1bf0dc5e4f.tar.bz2
cmExportTryCompileFileGenerator: Remove unused variable.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmExportTryCompileFileGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmExportTryCompileFileGenerator.cxx b/Source/cmExportTryCompileFileGenerator.cxx
index eb8d193..6c5f48f 100644
--- a/Source/cmExportTryCompileFileGenerator.cxx
+++ b/Source/cmExportTryCompileFileGenerator.cxx
@@ -99,8 +99,6 @@ cmExportTryCompileFileGenerator::PopulateProperties(cmTarget const* target,
|| i->first.find("IMPORTED_LINK_DEPENDENT_LIBRARIES") == 0
|| i->first.find("INTERFACE_LINK_LIBRARIES") == 0)
{
- const std::string libs = i->second.GetValue();
-
std::string evalResult = this->FindTargets(i->first,
target, emitted);