[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5046-gb4d28a4

Stephen Kelly steveire at gmail.com
Mon Nov 11 03:19:05 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  b4d28a43f8b94b4610f81b9694589b23b715555f (commit)
       via  d5b2b8f335f10afd024cd7047e66a697e587acda (commit)
      from  b4bfff57029d78f269827c6ae842903b523e0337 (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=b4d28a43f8b94b4610f81b9694589b23b715555f
commit b4d28a43f8b94b4610f81b9694589b23b715555f
Merge: b4bfff5 d5b2b8f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 11 03:18:48 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 11 03:18:48 2013 -0500

    Merge topic 'target_compile_features' into next
    
    d5b2b8f Fix policy setting.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d5b2b8f335f10afd024cd7047e66a697e587acda
commit d5b2b8f335f10afd024cd7047e66a697e587acda
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 11 09:17:58 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Nov 11 09:17:58 2013 +0100

    Fix policy setting.

diff --git a/Tests/CMakeCommands/target_compile_features/CMakeLists.txt b/Tests/CMakeCommands/target_compile_features/CMakeLists.txt
index 6d0c1b1..7276935 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.12)
-set(SET CMP0025 NEW)
+cmake_policy(SET CMP0025 NEW)
 project(target_compile_features)
 
 if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU|Clang")
diff --git a/Tests/CxxDialect/CMakeLists.txt b/Tests/CxxDialect/CMakeLists.txt
index c55f838..f0b2d10 100644
--- a/Tests/CxxDialect/CMakeLists.txt
+++ b/Tests/CxxDialect/CMakeLists.txt
@@ -1,3 +1,5 @@
+cmake_minimum_required(VERSION 2.8.12)
+cmake_policy(SET CMP0025 NEW)
 project(CxxDialect)
 
 add_executable(use_typeof use_typeof.cxx)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list