summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-11 10:04:05 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-12 18:08:47 (GMT)
commitade20b433b2ce1cf176bc727a8ed9c47a5f6537e (patch)
treec75d760bf3c51da143c9dcd10a7e3be9691fdc04 /Source/cmTargetLinkLibrariesCommand.cxx
parent6fb306ea3bbe04b8e4dde8f13eec3e6bdfe35086 (diff)
downloadCMake-ade20b433b2ce1cf176bc727a8ed9c47a5f6537e.zip
CMake-ade20b433b2ce1cf176bc727a8ed9c47a5f6537e.tar.gz
CMake-ade20b433b2ce1cf176bc727a8ed9c47a5f6537e.tar.bz2
cmake: Remove DebugConfigs member.
It adds needless complexity to global property handling.
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.cxx')
-rw-r--r--Source/cmTargetLinkLibrariesCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.cxx b/Source/cmTargetLinkLibrariesCommand.cxx
index 75c94c5..9be7d46 100644
--- a/Source/cmTargetLinkLibrariesCommand.cxx
+++ b/Source/cmTargetLinkLibrariesCommand.cxx
@@ -467,7 +467,7 @@ cmTargetLinkLibrariesCommand::HandleLibrary(const std::string& lib,
}
// Get the list of configurations considered to be DEBUG.
- std::vector<std::string> const& debugConfigs =
+ std::vector<std::string> debugConfigs =
this->Makefile->GetCMakeInstance()->GetDebugConfigs();
std::string prop;