[cmake-commits] hoffman committed cmGlobalGenerator.cxx 1.137.2.9 1.137.2.10

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 10 10:54:37 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	cmGlobalGenerator.cxx 
Log Message:
ENH: move from main tree


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.137.2.9
retrieving revision 1.137.2.10
diff -u -d -r1.137.2.9 -r1.137.2.10
--- cmGlobalGenerator.cxx	10 Nov 2006 15:12:55 -0000	1.137.2.9
+++ cmGlobalGenerator.cxx	10 Nov 2006 15:54:35 -0000	1.137.2.10
@@ -604,9 +604,9 @@
          l != targets.end(); l++)
       { 
       cmTarget& target = l->second;
-      std::set<cmStdString>::const_iterator i = 
+      std::set<cmStdString>::const_iterator pos = 
         target.GetUtilities().find(targetIn->GetName());
-      if(i != target.GetUtilities().end())
+      if(pos != target.GetUtilities().end())
         {
         return true;
         }



More information about the Cmake-commits mailing list