diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-10 16:13:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-10 16:13:15 (GMT) |
commit | 6b47b288678569a630c14af24200ec6f3736218a (patch) | |
tree | 046f59fe806476f6a057ea1627285f70fba055a2 /Source/cmake.h | |
parent | e0be3c71257164b58ce5ae1a0399b1d5b7f2441a (diff) | |
download | CMake-6b47b288678569a630c14af24200ec6f3736218a.zip CMake-6b47b288678569a630c14af24200ec6f3736218a.tar.gz CMake-6b47b288678569a630c14af24200ec6f3736218a.tar.bz2 |
ENH: fix line length style stuff
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 8c4eaaf..6911588 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -277,7 +277,8 @@ class cmake protected: typedef cmGlobalGenerator* (*CreateGeneratorFunctionType)(); - typedef std::map<cmStdString, CreateGeneratorFunctionType> RegisteredGeneratorsMap; + typedef std::map<cmStdString, + CreateGeneratorFunctionType> RegisteredGeneratorsMap; RegisteredCommandsMap m_Commands; RegisteredGeneratorsMap m_Generators; void AddDefaultCommands(); @@ -362,7 +363,7 @@ private: {0, \ "CMake is a cross-platform build system generator. Projects " \ "specify their build process with platform-independent CMake listfiles " \ - "included in each directory of a source tree with the name CMakeLists.txt. " \ + "included in each directory of a source tree with the name CMakeLists.txt. "\ "Users build a project by using CMake to generate a build system " \ "for a native tool on their platform.", 0} #endif |