[cmake-commits] alex committed cmTryRunCommand.cxx 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 25 12:06:01 EDT 2007


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

Modified Files:
	cmTryRunCommand.cxx 
Log Message:

BUG: remove debug output

Alex


Index: cmTryRunCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryRunCommand.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- cmTryRunCommand.cxx	24 May 2007 20:03:39 -0000	1.30
+++ cmTryRunCommand.cxx	25 May 2007 16:05:59 -0000	1.31
@@ -73,8 +73,6 @@
   // do the try compile
   int res = this->TryCompileCode(tryCompile);
 
-  printf("TryCompile: %d outputFile: -%s-\n", res, this->OutputFile.c_str());
-  
   // now try running the command if it compiled
   if (!res)
     {



More information about the Cmake-commits mailing list