summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-25 17:10:44 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-29 14:43:32 (GMT)
commit1ef9b2b6007356ab26cdec42bdf9c79d53745bf6 (patch)
tree0d26dfa60b4d41b0643ca137ec7a45c886bd6824 /Source/cmGlobalGenerator.h
parent5c14f78005ba5b4a2ccf0899fc50805a9de7b9ee (diff)
downloadCMake-1ef9b2b6007356ab26cdec42bdf9c79d53745bf6.zip
CMake-1ef9b2b6007356ab26cdec42bdf9c79d53745bf6.tar.gz
CMake-1ef9b2b6007356ab26cdec42bdf9c79d53745bf6.tar.bz2
cmGlobalGenerator: Remove the TargetManifest member.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index e517c5c..fe99a00 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -200,7 +200,7 @@ public:
cmExportSetMap& GetExportSets() {return this->ExportSets;}
/** Add a file to the manifest of generated targets for a configuration. */
- void AddToManifest(const std::string& config, std::string const& f);
+ void AddToManifest(std::string const& f);
void EnableInstallTarget();
@@ -424,10 +424,6 @@ protected:
std::map<std::string, cmExportBuildFileGenerator*> BuildExportSets;
std::map<std::string, cmExportBuildFileGenerator*> BuildExportExportSets;
- // Manifest of all targets that will be built for each configuration.
- // This is computed just before local generators generate.
- cmTargetManifest TargetManifest;
-
// All targets in the entire project.
#if defined(CMAKE_BUILD_WITH_CMAKE)
#ifdef CMake_HAVE_CXX11_UNORDERED_MAP