[cmake-commits] king committed cmSetPropertyCommand.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 17 16:24:53 EST 2008


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

Modified Files:
	cmSetPropertyCommand.cxx 
Log Message:
COMP: Fix VS build.


Index: cmSetPropertyCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSetPropertyCommand.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmSetPropertyCommand.cxx	17 Jan 2008 20:54:49 -0000	1.1
+++ cmSetPropertyCommand.cxx	17 Jan 2008 21:24:51 -0000	1.2
@@ -356,7 +356,7 @@
       ti != tests.end(); ++ti)
     {
     cmTest* test = *ti;
-    std::set<cmStdString>::const_iterator ni =
+    std::set<cmStdString>::iterator ni =
       this->Names.find(test->GetName());
     if(ni != this->Names.end())
       {



More information about the Cmake-commits mailing list