[cmake-commits] king committed cmGlobalXCodeGenerator.cxx 1.158 1.159

cmake-commits at cmake.org cmake-commits at cmake.org
Mon May 28 17:49:05 EDT 2007


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
BUG: Finished previous fix.


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- cmGlobalXCodeGenerator.cxx	28 May 2007 17:46:10 -0000	1.158
+++ cmGlobalXCodeGenerator.cxx	28 May 2007 21:49:03 -0000	1.159
@@ -2068,7 +2068,7 @@
         cmCustomCommandLines commandLines;
         std::vector<std::string> depends;
         for(std::vector<std::string>::iterator h = headersVec.begin();
-            h != headersVec.end(); ++i)
+            h != headersVec.end(); ++h)
           {
           cmSourceFile* sf 
             = this->CurrentMakefile->GetOrCreateSource(h->c_str());



More information about the Cmake-commits mailing list