summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 1abb1e8..8f6b283 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -314,11 +314,9 @@ class cmake
protected:
cmPropertyMap Properties;
- cmPropertyDefinitionMap TargetProperties;
- cmPropertyDefinitionMap SourceFileProperties;
- cmPropertyDefinitionMap DirectoryProperties;
- cmPropertyDefinitionMap TestProperties;
- cmPropertyDefinitionMap GlobalProperties;
+
+ std::map<cmProperty::ScopeType, cmPropertyDefinitionMap>
+ PropertyDefinitions;
typedef
cmExternalMakefileProjectGenerator* (*CreateExtraGeneratorFunctionType)();