[Cmake-commits] CMake branch, next, updated. v2.8.4-1055-gcab7ad3

Brad King brad.king at kitware.com
Tue Mar 1 16:23:03 EST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  cab7ad3862ab9bad130b8421d87b78a1bb23fba7 (commit)
       via  fa10a67d093c1717ddbd788163eaa91b5e3b2d71 (commit)
      from  99f733198716373667ecdeeb5a5dd8d1e31e0d09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cab7ad3862ab9bad130b8421d87b78a1bb23fba7
commit cab7ad3862ab9bad130b8421d87b78a1bb23fba7
Merge: 99f7331 fa10a67
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 1 16:23:01 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 1 16:23:01 2011 -0500

    Merge topic 'remove-self-CMAKE_BACKWARDS_COMPATIBILITY-mark' into next
    
    fa10a67 Remove unused CMAKE_BACKWARDS_COMPATIBILITY mark


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa10a67d093c1717ddbd788163eaa91b5e3b2d71
commit fa10a67d093c1717ddbd788163eaa91b5e3b2d71
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 24 16:15:28 2011 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 1 16:19:53 2011 -0500

    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.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b0f6b5..c40bc26 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}")

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list