[Cmake-commits] CMake branch, next, updated. v3.6.2-1930-gf0d742b

Brad King brad.king at kitware.com
Mon Sep 12 09:24:27 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  f0d742bd3d3ef68cb52f17d1819325503557d463 (commit)
       via  0068c91c95561c27005eba4a8f02ac48d3dc6757 (commit)
      from  a70a6138c3c27f2772990020fdebd36004b810c0 (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=f0d742bd3d3ef68cb52f17d1819325503557d463
commit f0d742bd3d3ef68cb52f17d1819325503557d463
Merge: a70a613 0068c91
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 12 09:24:27 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 12 09:24:27 2016 -0400

    Merge topic 'warn-cmake-version' into next
    
    0068c91c Revert "Warn when building with CMake older than 2.8.12.2"


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0068c91c95561c27005eba4a8f02ac48d3dc6757
commit 0068c91c95561c27005eba4a8f02ac48d3dc6757
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 12 09:23:55 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 12 09:23:55 2016 -0400

    Revert "Warn when building with CMake older than 2.8.12.2"
    
    This reverts commit 93dba286bffe6f4267b29a67016d0e0dff3b1bd5.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97b8561..4ef2ca2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,10 +18,6 @@ if(POLICY CMP0053)
 endif()
 project(CMake)
 
-if(CMAKE_VERSION VERSION_LESS 2.8.12.2)
-  message(WARNING "CMake >= 2.8.12.2 will soon be required.  You are using '${CMAKE_VERSION}'.")
-endif()
-
 if(CMAKE_BOOTSTRAP)
   # Running from bootstrap script.  Set local variable and remove from cache.
   set(CMAKE_BOOTSTRAP 1)

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

Summary of changes:
 CMakeLists.txt |    4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list