From fa10a67d093c1717ddbd788163eaa91b5e3b2d71 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 24 Feb 2011 16:15:28 -0500 Subject: [PATCH] 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. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b0f6b510..c40bc2690 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")