[Cmake-commits] CMake branch, next, updated. v3.2.2-2966-g4580bb3

Brad King brad.king at kitware.com
Tue May 19 13:02:59 EDT 2015


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  4580bb389a0d8c07fe3227fc56ed6b666d390cc3 (commit)
       via  13f4e9c2a2185a7b94b3138e42cb9e0ca9d4f86a (commit)
      from  ce25b376f4cbead1d5a2e548521d2893f1f0bed6 (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=4580bb389a0d8c07fe3227fc56ed6b666d390cc3
commit 4580bb389a0d8c07fe3227fc56ed6b666d390cc3
Merge: ce25b37 13f4e9c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 13:02:58 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 19 13:02:58 2015 -0400

    Merge topic 'CheckTypeSyze-CMP0054' into next
    
    13f4e9c2 fixup! CheckTypeSize: Avoid if() auto-dereferene in quoted arguments (#15571)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=13f4e9c2a2185a7b94b3138e42cb9e0ca9d4f86a
commit 13f4e9c2a2185a7b94b3138e42cb9e0ca9d4f86a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 11:55:08 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 19 13:02:22 2015 -0400

    fixup! CheckTypeSize: Avoid if() auto-dereferene in quoted arguments (#15571)

diff --git a/Modules/CheckTypeSize.cmake b/Modules/CheckTypeSize.cmake
index c56feb8..8c7acb5 100644
--- a/Modules/CheckTypeSize.cmake
+++ b/Modules/CheckTypeSize.cmake
@@ -82,7 +82,8 @@ include(CheckIncludeFile)
 include(CheckIncludeFileCXX)
 
 cmake_policy(PUSH)
-cmake_policy(VERSION 3.2)
+cmake_policy(VERSION 3.0)
+cmake_policy(SET CMP0054 NEW)
 
 get_filename_component(__check_type_size_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
 

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

Summary of changes:
 Modules/CheckTypeSize.cmake |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list