[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1814-g8f1c50f

Brad King brad.king at kitware.com
Thu Feb 27 10:38:05 EST 2014


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  8f1c50feffe3061e14bc4ee8af5e4b24f58de0d2 (commit)
       via  c9ba700365e6038238c682601aa7c0159fb60cde (commit)
      from  1c8323b3d143650ee9d0077e1ed2831db1e95d3b (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=8f1c50feffe3061e14bc4ee8af5e4b24f58de0d2
commit 8f1c50feffe3061e14bc4ee8af5e4b24f58de0d2
Merge: 1c8323b c9ba700
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 27 10:38:04 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 27 10:38:04 2014 -0500

    Merge topic 'dev/faster-evis' into next
    
    c9ba7003 tests: Fix RunCMake.CMP0052 test on OS X


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c9ba700365e6038238c682601aa7c0159fb60cde
commit c9ba700365e6038238c682601aa7c0159fb60cde
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 27 10:36:45 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 27 10:36:45 2014 -0500

    tests: Fix RunCMake.CMP0052 test on OS X
    
    Use min req 2.8.12 instead of 3.0 because the latter causes the
    -DCMAKE_POLICY_DEFAULT_CMP0025=NEW option RunCMake.cmake passes on the
    command line on APPLE to go unused, and that warning breaks the expected
    results.  A future topic will need to convert RunCMake testing to work
    with min req 3.0.

diff --git a/Tests/RunCMake/CMP0052/CMakeLists.txt b/Tests/RunCMake/CMP0052/CMakeLists.txt
index 1c39221..667561e 100644
--- a/Tests/RunCMake/CMP0052/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0052/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 2.8.12)
 project(${RunCMake_TEST} NONE)
 include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)

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

Summary of changes:
 Tests/RunCMake/CMP0052/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list