[cmake-commits] martink committed cmake.cxx 1.326 1.327

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 30 10:57:11 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv8892/Source

Modified Files:
	cmake.cxx 
Log Message:
BUG: fix bad set property code in cmake


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- cmake.cxx	24 Oct 2007 18:43:10 -0000	1.326
+++ cmake.cxx	30 Oct 2007 14:57:09 -0000	1.327
@@ -3125,7 +3125,7 @@
     value = "NOTFOUND";
     }
 
-  this->Properties.SetProperty(prop, value, cmProperty::TARGET);
+  this->Properties.SetProperty(prop, value, cmProperty::GLOBAL);
 }
 
 const char *cmake::GetProperty(const char* prop)



More information about the Cmake-commits mailing list