summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-11 12:17:46 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-15 15:43:50 (GMT)
commit9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4 (patch)
tree9ff51eeb0c5055bb81ea9eade551bebdacd2bb3b /Source/cmake.h
parent0076b5d8340be81057195e70853d33e8fb66c1db (diff)
downloadCMake-9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4.zip
CMake-9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4.tar.gz
CMake-9b5f80a83c07b4c840b190f4f9057f2cf0fa03d4.tar.bz2
Move global properties to cmState.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 27f28ac..352850d 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -15,7 +15,6 @@
#include "cmListFileCache.h"
#include "cmSystemTools.h"
-#include "cmPropertyMap.h"
#include "cmInstalledFile.h"
#include "cmCacheManager.h"
#include "cmState.h"
@@ -336,7 +335,6 @@ protected:
void RunCheckForUnusedVariables();
void InitializeProperties();
int HandleDeleteCacheVariables(const std::string& var);
- cmPropertyMap Properties;
typedef
cmExternalMakefileProjectGenerator* (*CreateExtraGeneratorFunctionType)();