[cmake-commits] king committed cmGlobalXCodeGenerator.cxx 1.169 1.170

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 17 19:48:15 EST 2007


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
BUG: Remove stray debugging message.


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- cmGlobalXCodeGenerator.cxx	22 Oct 2007 17:28:49 -0000	1.169
+++ cmGlobalXCodeGenerator.cxx	18 Dec 2007 00:48:13 -0000	1.170
@@ -213,7 +213,6 @@
     makeCommand += " ";
     makeCommand += additionalOptions;
     }
-  std::cerr << "**** build command " << makeCommand.c_str() << "\n";
   return makeCommand;
 }
 



More information about the Cmake-commits mailing list