From 1059a8891db30ebc1b277fdd30a186e37e4b1a72 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 7 Aug 2007 15:09:21 -0400 Subject: [PATCH] STYLE: I think the comment (and the book) were wrong about the naming of this file Alex --- Source/cmGlobalGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 63cdc9fd8..eb4d6fac7 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -188,7 +188,7 @@ void cmGlobalGenerator::FindMakeProgram(cmMakefile* mf) // 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