diff options
author | Brad King <brad.king@kitware.com> | 2016-06-13 14:03:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-13 14:03:05 (GMT) |
commit | 473634eb1cc4f664c8b7cdc12a103828560c225f (patch) | |
tree | 00970c12021ddca79336e406cdf8ee98b70a81d0 /Source/cmake.h | |
parent | 4e66ca1952c0ba9dfba6050f83f67c90884c8492 (diff) | |
parent | 63c0e92c9395083a61fe31cd89bee7e3814f10e8 (diff) | |
download | CMake-473634eb1cc4f664c8b7cdc12a103828560c225f.zip CMake-473634eb1cc4f664c8b7cdc12a103828560c225f.tar.gz CMake-473634eb1cc4f664c8b7cdc12a103828560c225f.tar.bz2 |
Merge topic 'expose-cache-properties'
63c0e92c cmState: Expose list of properties of values in the cache
6eee2463 cmCacheEntry: Retrieve all properties of cache entries
120899c6 cmPropertyList: Add a way to retrieve all properties
7066218e cmake: Kill cmake::CacheManager and its getter
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index b1e2448..c5d7cbb 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -209,9 +209,6 @@ public: return this->GeneratorToolset; } - ///! get the cmCachemManager used by this invocation of cmake - cmCacheManager* GetCacheManager() { return this->CacheManager; } - const std::vector<std::string>& GetSourceExtensions() const { return this->SourceFileExtensions; @@ -423,7 +420,6 @@ protected: CreateExtraGeneratorFunctionType newFunction); cmGlobalGenerator* GlobalGenerator; - cmCacheManager* CacheManager; std::map<std::string, DiagLevel> DiagLevels; std::string GeneratorPlatform; std::string GeneratorToolset; |