BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5
This commit is contained in:
parent
ff445e3fd0
commit
afd8448d0d
|
@ -143,7 +143,7 @@ bool cmListFile::ParseFile(const char* filename,
|
||||||
GetCacheValue("CMAKE_BACKWARDS_COMPATIBILITY"))
|
GetCacheValue("CMAKE_BACKWARDS_COMPATIBILITY"))
|
||||||
{
|
{
|
||||||
mf->AddCacheDefinition
|
mf->AddCacheDefinition
|
||||||
("CMAKE_BACKWARDS_COMPATIBILITY", "2.4",
|
("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);
|
||||||
|
|
Loading…
Reference in New Issue