[Cmake-commits] CMake branch, next, updated. v3.6.2-2068-g75b3842

Brad King brad.king at kitware.com
Thu Sep 15 09:25:20 EDT 2016


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  75b3842f0a5c1daf5b2e37a1ed0ae50639d605fc (commit)
       via  ae783c9ba92f42ec252085e407c0b7e5d00aa59a (commit)
      from  838b4ee5b96789d03aa4621c4cb9077a0c8e83ad (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=75b3842f0a5c1daf5b2e37a1ed0ae50639d605fc
commit 75b3842f0a5c1daf5b2e37a1ed0ae50639d605fc
Merge: 838b4ee ae783c9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 15 09:25:19 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 15 09:25:19 2016 -0400

    Merge topic 'require-cmake-2.8.12.2' into next
    
    ae783c9b Require CMake 2.8.12.2 to build CMake itself


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ae783c9ba92f42ec252085e407c0b7e5d00aa59a
commit ae783c9ba92f42ec252085e407c0b7e5d00aa59a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Sep 15 09:23:39 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Sep 15 09:24:25 2016 -0400

    Require CMake 2.8.12.2 to build CMake itself
    
    This will enable use of features such as ALIAS targets within CMake's
    own build.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ef2ca2..c8bd063 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 # See the License for more information.
 #=============================================================================
-cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
+cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
 if(POLICY CMP0025)
   cmake_policy(SET CMP0025 NEW)
 endif()
diff --git a/Utilities/Doxygen/CMakeLists.txt b/Utilities/Doxygen/CMakeLists.txt
index 6ebf2b4..add5326 100644
--- a/Utilities/Doxygen/CMakeLists.txt
+++ b/Utilities/Doxygen/CMakeLists.txt
@@ -12,7 +12,7 @@
 
 if(NOT CMake_SOURCE_DIR)
   set(CMakeDeveloperReference_STANDALONE 1)
-  cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
+  cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
   get_filename_component(tmp "${CMAKE_CURRENT_SOURCE_DIR}" PATH)
   get_filename_component(CMake_SOURCE_DIR "${tmp}" PATH)
   include(${CMake_SOURCE_DIR}/Modules/CTestUseLaunchers.cmake)
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index 45f79dd..be4850e 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -11,7 +11,7 @@
 #=============================================================================
 if(NOT CMake_SOURCE_DIR)
   set(CMakeHelp_STANDALONE 1)
-  cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
+  cmake_minimum_required(VERSION 2.8.12.2 FATAL_ERROR)
   get_filename_component(tmp "${CMAKE_CURRENT_SOURCE_DIR}" PATH)
   get_filename_component(CMake_SOURCE_DIR "${tmp}" PATH)
   include(${CMake_SOURCE_DIR}/Modules/CTestUseLaunchers.cmake)

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

Summary of changes:
 CMakeLists.txt                   |    2 +-
 Utilities/Doxygen/CMakeLists.txt |    2 +-
 Utilities/Sphinx/CMakeLists.txt  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list