summaryrefslogtreecommitdiffstats
path: root/Source/cmListFileCache.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-06 20:51:51 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-03-06 20:51:51 (GMT)
commitafd8448d0d5a7c351a223c5f01bef92dd3f0baf6 (patch)
treedb51d385d08273a26ee006626923d18c933d1872 /Source/cmListFileCache.cxx
parentff445e3fd0c6164b7fe97fbee8a9c01c9090f15a (diff)
downloadCMake-afd8448d0d5a7c351a223c5f01bef92dd3f0baf6.zip
CMake-afd8448d0d5a7c351a223c5f01bef92dd3f0baf6.tar.gz
CMake-afd8448d0d5a7c351a223c5f01bef92dd3f0baf6.tar.bz2
BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5
Diffstat (limited to 'Source/cmListFileCache.cxx')
-rw-r--r--Source/cmListFileCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileCache.cxx b/Source/cmListFileCache.cxx
index d76df60..a5d927a 100644
--- a/Source/cmListFileCache.cxx
+++ b/Source/cmListFileCache.cxx
@@ -143,7 +143,7 @@ bool cmListFile::ParseFile(const char* filename,
GetCacheValue("CMAKE_BACKWARDS_COMPATIBILITY"))
{
mf->AddCacheDefinition
- ("CMAKE_BACKWARDS_COMPATIBILITY", "2.4",
+ ("CMAKE_BACKWARDS_COMPATIBILITY", "2.5",
"For backwards compatibility, what version of CMake commands and "
"syntax should this version of CMake try to support.",
cmCacheManager::STRING);