diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-07 14:41:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-07 14:41:14 (GMT) |
commit | 3b7eaad890435cf00bdabbf4ff18288cbd0a1d46 (patch) | |
tree | 4f1ee27fc3cc453532bf21ab04f90af8c9417f22 /Source/cmListFileCache.cxx | |
parent | 52ad7a5a97b22ea3b5edd6f364cdb8cc2dffbcfb (diff) | |
download | CMake-3b7eaad890435cf00bdabbf4ff18288cbd0a1d46.zip CMake-3b7eaad890435cf00bdabbf4ff18288cbd0a1d46.tar.gz CMake-3b7eaad890435cf00bdabbf4ff18288cbd0a1d46.tar.bz2 |
STYLE: fix line length issue
Diffstat (limited to 'Source/cmListFileCache.cxx')
-rw-r--r-- | Source/cmListFileCache.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx index 04b436e..34798f5 100644 --- a/Source/cmListFileCache.cxx +++ b/Source/cmListFileCache.cxx @@ -144,7 +144,8 @@ bool cmListFile::ParseFile(const char* filename, { mf->AddCacheDefinition ("CMAKE_BACKWARDS_COMPATIBILITY", "2.5", - "For backwards compatibility, what version of CMake commands and " + "For backwards compatibility, what version of CMake " + "commands and " "syntax should this version of CMake try to support.", cmCacheManager::STRING); } @@ -172,7 +173,8 @@ bool cmListFile::ParseFile(const char* filename, { mf->AddCacheDefinition ("CMAKE_BACKWARDS_COMPATIBILITY", "2.5", - "For backwards compatibility, what version of CMake commands and " + "For backwards compatibility, what version of CMake " + "commands and " "syntax should this version of CMake try to support.", cmCacheManager::INTERNAL); } |