mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ENH: move the clear to before things are added to the maps
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user