[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5035-gee0499d

Stephen Kelly steveire at gmail.com
Sun Nov 10 11:45:36 EST 2013


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  ee0499de7a2cb1f18bbd577bd7f24a52b42a7cd4 (commit)
       via  b86afc7bf7239a3b76397740f7541e80492caf20 (commit)
      from  3406e933c176615cae24081f56f813821aea5675 (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=ee0499de7a2cb1f18bbd577bd7f24a52b42a7cd4
commit ee0499de7a2cb1f18bbd577bd7f24a52b42a7cd4
Merge: 3406e93 b86afc7
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 10 11:45:34 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Nov 10 11:45:34 2013 -0500

    Merge topic 'target_compile_features' into next
    
    b86afc7 Set CMP0025 to NEW for these tests.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b86afc7bf7239a3b76397740f7541e80492caf20
commit b86afc7bf7239a3b76397740f7541e80492caf20
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Nov 10 17:42:47 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Nov 10 17:42:47 2013 +0100

    Set CMP0025 to NEW for these tests.
    
    Otherwise there could be confusion with AppleClang.

diff --git a/Tests/CMakeCommands/target_compile_features/CMakeLists.txt b/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
index 79a45a5..6d0c1b1 100644
--- a/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 2.8)
-
+cmake_minimum_required(VERSION 2.8.12)
+set(SET CMP0025 NEW)
 project(target_compile_features)
 
 if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU|Clang")
diff --git a/Tests/RunCMake/target_compile_features/CMakeLists.txt b/Tests/RunCMake/target_compile_features/CMakeLists.txt
index a06591c..aa7278d 100644
--- a/Tests/RunCMake/target_compile_features/CMakeLists.txt
+++ b/Tests/RunCMake/target_compile_features/CMakeLists.txt
@@ -1,3 +1,4 @@
 cmake_minimum_required(VERSION 2.8.12)
+cmake_policy(SET CMP0025 NEW)
 project(${RunCMake_TEST} CXX)
 include(${RunCMake_TEST}.cmake)

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

Summary of changes:
 .../target_compile_features/CMakeLists.txt         |    4 ++--
 .../target_compile_features/CMakeLists.txt         |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list