diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-06 20:51:51 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-06 20:51:51 (GMT) |
commit | afd8448d0d5a7c351a223c5f01bef92dd3f0baf6 (patch) | |
tree | db51d385d08273a26ee006626923d18c933d1872 /Source | |
parent | ff445e3fd0c6164b7fe97fbee8a9c01c9090f15a (diff) | |
download | CMake-afd8448d0d5a7c351a223c5f01bef92dd3f0baf6.zip CMake-afd8448d0d5a7c351a223c5f01bef92dd3f0baf6.tar.gz CMake-afd8448d0d5a7c351a223c5f01bef92dd3f0baf6.tar.bz2 |
BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmListFileCache.cxx | 2 |
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); |