diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 4068259..825fe63 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -228,6 +228,7 @@ void cmake::InitializeProperties() this->PropertyDefinitions.clear(); // initialize properties + cmCacheManager::DefineProperties(this); cmSourceFile::DefineProperties(this); cmTarget::DefineProperties(this); cmMakefile::DefineProperties(this); |