[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-2563-g8d81dbb

Stephen Kelly steveire at gmail.com
Fri Apr 25 15:38:20 EDT 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  8d81dbb2efc9fcf02e68fe86a55c6ace3957af27 (commit)
       via  416c21a4956561505d1fbb6da07d06ddf09ae10a (commit)
      from  08eb092b905a2b191e218b942197595965b2fc68 (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=8d81dbb2efc9fcf02e68fe86a55c6ace3957af27
commit 8d81dbb2efc9fcf02e68fe86a55c6ace3957af27
Merge: 08eb092 416c21a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Apr 25 15:38:19 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 25 15:38:19 2014 -0400

    Merge topic 'file-generate-if-different' into next
    
    416c21a4 Silence CMake warning.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=416c21a4956561505d1fbb6da07d06ddf09ae10a
commit 416c21a4956561505d1fbb6da07d06ddf09ae10a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Apr 25 21:37:53 2014 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Apr 25 21:37:53 2014 +0200

    Silence CMake warning.

diff --git a/Tests/FindPackageModeMakefileTest/CMakeLists.txt b/Tests/FindPackageModeMakefileTest/CMakeLists.txt
index 8e21c32..b7c65b4 100644
--- a/Tests/FindPackageModeMakefileTest/CMakeLists.txt
+++ b/Tests/FindPackageModeMakefileTest/CMakeLists.txt
@@ -20,6 +20,9 @@ if(UNIX  AND  "${CMAKE_GENERATOR}" MATCHES "Makefile")
 
     # now set up the test:
     if (NOT CMAKE_VERSION VERSION_LESS 2.8.12)
+      if (POLICY CMP0053)
+        cmake_policy(SET CMP0053 NEW)
+      endif()
       file(GENERATE OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/cmakeExecutable.mk"
         CONTENT "CMAKE = \"$<TARGET_FILE:cmake>\"\n"
       )

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

Summary of changes:
 Tests/FindPackageModeMakefileTest/CMakeLists.txt |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list