STYLE: fix line length issue
This commit is contained in:
parent
52ad7a5a97
commit
3b7eaad890
|
@ -144,7 +144,8 @@ bool cmListFile::ParseFile(const char* filename,
|
||||||
{
|
{
|
||||||
mf->AddCacheDefinition
|
mf->AddCacheDefinition
|
||||||
("CMAKE_BACKWARDS_COMPATIBILITY", "2.5",
|
("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.",
|
"syntax should this version of CMake try to support.",
|
||||||
cmCacheManager::STRING);
|
cmCacheManager::STRING);
|
||||||
}
|
}
|
||||||
|
@ -172,7 +173,8 @@ bool cmListFile::ParseFile(const char* filename,
|
||||||
{
|
{
|
||||||
mf->AddCacheDefinition
|
mf->AddCacheDefinition
|
||||||
("CMAKE_BACKWARDS_COMPATIBILITY", "2.5",
|
("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.",
|
"syntax should this version of CMake try to support.",
|
||||||
cmCacheManager::INTERNAL);
|
cmCacheManager::INTERNAL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue