[Cmake-commits] [cmake-commits] hoffman committed cmake.cxx 1.374 1.375
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Mar 13 15:34:19 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv574
Modified Files:
cmake.cxx
Log Message:
ENH: move the clear to before things are added to the maps
Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.374
retrieving revision 1.375
diff -C 2 -d -r1.374 -r1.375
*** cmake.cxx 13 Mar 2008 19:06:35 -0000 1.374
--- cmake.cxx 13 Mar 2008 19:34:17 -0000 1.375
***************
*** 222,225 ****
--- 222,227 ----
this->Properties.clear();
this->Properties.SetCMakeInstance(this);
+ this->AccessedProperties.clear();
+ this->PropertyDefinitions.clear();
// initialize properties
***************
*** 229,234 ****
cmTest::DefineProperties(this);
cmake::DefineProperties(this);
- this->AccessedProperties.clear();
- this->PropertyDefinitions.clear();
}
--- 231,234 ----
More information about the Cmake-commits
mailing list