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

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 24 16:03:41 EDT 2007


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

Modified Files:
	cmTryRunCommand.cxx 
Log Message:

STYLE: remove debug output, fix indentation
the tests run again successfully, but since CheckTypeSize will switch to a
TRY_COMPILE soon I will look at it again after this change

Alex


Index: cmTryRunCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryRunCommand.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cmTryRunCommand.cxx	24 May 2007 18:30:09 -0000	1.29
+++ cmTryRunCommand.cxx	24 May 2007 20:03:39 -0000	1.30
@@ -96,10 +96,6 @@
       bool worked = cmSystemTools::RunSingleCommand(finalCommand.c_str(),
                                                     &output, &retVal,
                                                     0, false, timeout);
-      
-  printf("worked: %d output: -%s-\n", worked?1:0, output.c_str());
-      
-      
       if(outputVariable.size())
         {
         // if the TryCompileCore saved output in this outputVariable then



More information about the Cmake-commits mailing list