[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5932-g755c9bd

Stephen Kelly steveire at gmail.com
Fri Nov 29 03:36:48 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  755c9bdaba217d33bf04f58657083bb84cf8751f (commit)
       via  68a7fc8d68c125e746a9959772f911f9afd371ce (commit)
      from  a13cc11d512f76d035e467276b1a8f9f6ce05575 (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=755c9bdaba217d33bf04f58657083bb84cf8751f
commit 755c9bdaba217d33bf04f58657083bb84cf8751f
Merge: a13cc11 68a7fc8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 29 03:36:47 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 29 03:36:47 2013 -0500

    Merge topic 'target_compile_features' into next
    
    68a7fc8 Set AppleClang policy.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=68a7fc8d68c125e746a9959772f911f9afd371ce
commit 68a7fc8d68c125e746a9959772f911f9afd371ce
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Nov 29 09:36:11 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Nov 29 09:36:11 2013 +0100

    Set AppleClang policy.

diff --git a/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt b/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
index a99dae9..c75c6ea 100644
--- a/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
+++ b/Tests/Module/WriteCompilerDetectionHeader/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8)
-
+cmake_policy(SET CMP0025 NEW)
 project(WriteCompilerDetectionHeader)
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list