diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-07 19:09:21 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-07 19:09:21 (GMT) |
commit | 1059a8891db30ebc1b277fdd30a186e37e4b1a72 (patch) | |
tree | d41653dabeec48f9fe6ca060f1835fa0ae30296e /Source/cmGlobalGenerator.cxx | |
parent | d9267920664fda123cc91894d78b06b43bdff44f (diff) | |
download | CMake-1059a8891db30ebc1b277fdd30a186e37e4b1a72.zip CMake-1059a8891db30ebc1b277fdd30a186e37e4b1a72.tar.gz CMake-1059a8891db30ebc1b277fdd30a186e37e4b1a72.tar.bz2 |
STYLE: I think the comment (and the book) were wrong about the naming of
this file
Alex
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 63cdc9f..eb4d6fa 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 |