summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index b23ff9d..5a4fa1f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1037,9 +1037,6 @@ int cmake::LoadCache()
("CMAKE_BACKWARDS_COMPATIBILITY",ver,
"For backwards compatibility, what version of CMake commands and syntax should this version of CMake allow.",
cmCacheManager::STRING);
- cmCacheManager::CacheIterator it =
- this->m_CacheManager->GetCacheIterator("CMAKE_BACKWARDS_COMPATIBILITY");
- it.SetProperty("ADVANCED", "1");
}
return 0;