summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-31 19:28:48 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-31 19:28:48 (GMT)
commit897a2a9029f96ce02349bd71c373a5278a655aa3 (patch)
tree9e88f94ce86c06ffc892ef5c9808cc57a38906a0 /Source/cmake.h
parent605d8871bb2a8d3cd2798538db95a45ff8df5ef2 (diff)
downloadCMake-897a2a9029f96ce02349bd71c373a5278a655aa3.zip
CMake-897a2a9029f96ce02349bd71c373a5278a655aa3.tar.gz
CMake-897a2a9029f96ce02349bd71c373a5278a655aa3.tar.bz2
ENH: Cleanup of install component list. There was already the list in the global generator. Use that one
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 0bb467d..1ccb5f1 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -285,11 +285,6 @@ class cmake
bool GetDebugOutput() { return this->DebugOutput; }
void DebugOutputOn() { this->DebugOutput = true;}
- //! Add or get installation components
- void AddInstallComponent(const char* component);
- std::set<cmStdString>* GetInstallComponents()
- { return &this->InstallComponents; }
-
protected:
typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)();
typedef std::map<cmStdString,
@@ -308,8 +303,6 @@ protected:
std::set<cmStdString> WrittenFiles;
- std::set<cmStdString> InstallComponents;
-
///! return true if the same cmake was used to make the cache.
bool CacheVersionMatches();
///! read in a cmake list file to initialize the cache