summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 18:36:39 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 18:36:39 (GMT)
commitbf5ed9b27b5ce80348de2ec283c7c13893a00360 (patch)
tree3b90c5eead00de46c7c140f83c374886c3f3a34e /Source/cmake.h
parentcac30b5ff8f7034b5290700a4dee28c84e001ac9 (diff)
downloadCMake-bf5ed9b27b5ce80348de2ec283c7c13893a00360.zip
CMake-bf5ed9b27b5ce80348de2ec283c7c13893a00360.tar.gz
CMake-bf5ed9b27b5ce80348de2ec283c7c13893a00360.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 18d2587..b2cea7b 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -243,9 +243,9 @@ class cmake
int DoPreConfigureChecks();
/**
- * Set and get the script mode option. In script mode there is no generator
- * and no cache. Also, language are not enabled, so add_executable and things
- * do not do anything.
+ * Set and get the script mode option. In script mode there is no
+ * generator and no cache. Also, language are not enabled, so
+ * add_executable and things do not do anything.
*/
void SetScriptMode(bool mode) { this->ScriptMode = mode; }
bool GetScriptMode() { return this->ScriptMode; }
@@ -311,7 +311,8 @@ protected:
void SetDirectoriesFromFile(const char* arg);
- //! Make sure all commands are what they say they are and there is no macros.
+ //! Make sure all commands are what they say they are and there is no
+ //macros.
void CleanupCommandsAndMacros();
void GenerateGraphViz(const char* fileName);
@@ -366,7 +367,8 @@ 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