[cmake-commits] alex committed cmGlobalGenerator.cxx 1.199 1.200

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 7 15:09:23 EDT 2007


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

Modified Files:
	cmGlobalGenerator.cxx 
Log Message:

STYLE: I think the comment (and the book) were wrong about the naming of
this file

Alex


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- cmGlobalGenerator.cxx	3 Aug 2007 19:44:25 -0000	1.199
+++ cmGlobalGenerator.cxx	7 Aug 2007 19:09:21 -0000	1.200
@@ -188,7 +188,7 @@
 //       CMakeDetermine(LANG) was loaded
 //
 // Now load a few files that can override values set in any of the above
-// CMake(PROJECTNAME)Compatibility.cmake
+// (PROJECTNAME)Compatibility.cmake
 //   - load any backwards compatibility stuff for current project
 // ${CMAKE_USER_MAKE_RULES_OVERRIDE}
 //   - allow users a chance to override system variables



More information about the Cmake-commits mailing list