Remove unused CMAKE_BACKWARDS_COMPATIBILITY mark

CMake itself has no calls to cmake_minimum_required with VERSION < 2.6
so this cache variable does not appear at all.
This commit is contained in:
Brad King 2011-02-24 16:15:28 -05:00
parent 32f18c94e1
commit fa10a67d09
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ IF(CMAKE_BOOTSTRAP)
UNSET(CMAKE_BOOTSTRAP CACHE)
ENDIF()
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
SET(CMake_BIN_DIR ${CMake_BINARY_DIR}/bin)
IF("${CMake_SOURCE_DIR}" STREQUAL "${CMAKE_SOURCE_DIR}")