diff options
-rw-r--r-- | Source/cmake.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 53dac02..f3c2faf 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -221,6 +221,8 @@ void cmake::InitializeProperties() { this->Properties.clear(); this->Properties.SetCMakeInstance(this); + this->AccessedProperties.clear(); + this->PropertyDefinitions.clear(); // initialize properties cmSourceFile::DefineProperties(this); @@ -228,8 +230,6 @@ void cmake::InitializeProperties() cmMakefile::DefineProperties(this); cmTest::DefineProperties(this); cmake::DefineProperties(this); - this->AccessedProperties.clear(); - this->PropertyDefinitions.clear(); } void cmake::CleanupCommandsAndMacros() |