STYLE: fix line length issue

This commit is contained in:
Ken Martin 2008-03-07 09:41:14 -05:00
parent 52ad7a5a97
commit 3b7eaad890
1 changed files with 4 additions and 2 deletions

View File

@ -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);
}