[cmake-commits] hoffman committed cmLocalGenerator.cxx 1.184 1.185

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 23 20:37:37 EST 2007


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
ENH: try another thing 3


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- cmLocalGenerator.cxx	23 Feb 2007 22:38:59 -0000	1.184
+++ cmLocalGenerator.cxx	24 Feb 2007 01:37:35 -0000	1.185
@@ -1587,7 +1587,7 @@
         s += "\"";
         std::cout << itr->c_str() << "\n";
         std::cout << this->Convert(s.c_str(), NONE, SHELL, false) << "\n";
-        fout << runtimeSep << this->Convert(s.c_str(), NONE, SHELL, false) << ;
+        fout << runtimeSep << this->Convert(s.c_str(), NONE, SHELL, false);
 #else
         fout << runtimeSep << *itr;
 #endif



More information about the Cmake-commits mailing list