1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 00:02:21 +08:00

cmake: Remove DebugConfigs member.

It adds needless complexity to global property handling.
This commit is contained in:
Stephen Kelly
2015-04-11 12:04:05 +02:00
parent 6fb306ea3b
commit ade20b433b
4 changed files with 19 additions and 35 deletions

View File

@@ -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;