[cmake-commits] king committed cmSystemTools.h 1.144 1.145

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 20 09:35:16 EST 2007


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

Modified Files:
	cmSystemTools.h 
Log Message:
COMP: Fixed error on HP due to newline macro.


Index: cmSystemTools.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.h,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- cmSystemTools.h	19 Dec 2007 22:15:41 -0000	1.144
+++ cmSystemTools.h	20 Dec 2007 14:35:14 -0000	1.145
@@ -361,7 +361,7 @@
 #if defined(CMAKE_BUILD_WITH_CMAKE)
   /** Echo a message in color using KWSys's Terminal cprintf.  */
   static void MakefileColorEcho(int color, const char* message,
-                                bool newline, bool enabled);
+                                bool newLine, bool enabled);
 #endif
 
 private:



More information about the Cmake-commits mailing list