[cmake-commits] martink committed cmTryCompileCommand.cxx 1.59 1.60

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 5 09:50:55 EST 2007


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

Modified Files:
	cmTryCompileCommand.cxx 
Log Message:
STYLE: long line


Index: cmTryCompileCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTryCompileCommand.cxx,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- cmTryCompileCommand.cxx	2 Mar 2007 16:33:37 -0000	1.59
+++ cmTryCompileCommand.cxx	5 Mar 2007 14:50:53 -0000	1.60
@@ -204,7 +204,8 @@
         }
       fprintf(fout, ")\n");
       }
-    const char* platformOptions = mf->GetDefinition("CMAKE_TRY_COMPILE_PLATFORM_OPTIONS");
+    const char* platformOptions = 
+      mf->GetDefinition("CMAKE_TRY_COMPILE_PLATFORM_OPTIONS");
     if ( platformOptions )
       {
       fprintf(fout, "%s\n", platformOptions);



More information about the Cmake-commits mailing list