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  09bc2bc7260d7fcc1767da7de6e7b063628e03c3 (commit)
       via  d0a984faa8b94c09e9b61e7d02b4b8526c22838e (commit)
      from  599f02d90301a61a10a9ef9273f0f6c1332242d3 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=09bc2bc7260d7fcc1767da7de6e7b063628e03c3
commit 09bc2bc7260d7fcc1767da7de6e7b063628e03c3
Merge: 599f02d d0a984f
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Feb 5 09:44:02 2016 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Feb 5 09:44:02 2016 -0500

    Merge topic 'fix-install-EXPORT-crash' into next
    
    d0a984fa Tests: Use newer policy settings in RunCMake.install test


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d0a984faa8b94c09e9b61e7d02b4b8526c22838e
commit d0a984faa8b94c09e9b61e7d02b4b8526c22838e
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Feb 5 09:40:13 2016 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Feb 5 09:42:16 2016 -0500

    Tests: Use newer policy settings in RunCMake.install test
    
    In particular, avoid CMP0042 warnings on OS X.

diff --git a/Tests/RunCMake/install/CMP0062-NEW.cmake 
b/Tests/RunCMake/install/CMP0062-NEW.cmake
index a696f56..9e7a5fb 100644
--- a/Tests/RunCMake/install/CMP0062-NEW.cmake
+++ b/Tests/RunCMake/install/CMP0062-NEW.cmake
@@ -1,4 +1,4 @@
-
+cmake_policy(VERSION 3.2)
 cmake_policy(SET CMP0062 NEW)
 
 add_library(iface INTERFACE)
diff --git a/Tests/RunCMake/install/CMP0062-OLD.cmake 
b/Tests/RunCMake/install/CMP0062-OLD.cmake
index 94b809a..8874923 100644
--- a/Tests/RunCMake/install/CMP0062-OLD.cmake
+++ b/Tests/RunCMake/install/CMP0062-OLD.cmake
@@ -1,4 +1,4 @@
-
+cmake_policy(VERSION 3.2)
 cmake_policy(SET CMP0062 OLD)
 
 add_library(iface INTERFACE)
diff --git a/Tests/RunCMake/install/CMP0062-WARN.cmake 
b/Tests/RunCMake/install/CMP0062-WARN.cmake
index 0435a64..018f822 100644
--- a/Tests/RunCMake/install/CMP0062-WARN.cmake
+++ b/Tests/RunCMake/install/CMP0062-WARN.cmake
@@ -1,3 +1,4 @@
+cmake_policy(VERSION 3.2)
 
 add_library(iface INTERFACE)
 export(TARGETS iface FILE "${CMAKE_CURRENT_BINARY_DIR}/exported.cmake")
diff --git a/Tests/RunCMake/install/CMakeLists.txt 
b/Tests/RunCMake/install/CMakeLists.txt
index 4b3de84..6dd8cdf 100644
--- a/Tests/RunCMake/install/CMakeLists.txt
+++ b/Tests/RunCMake/install/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.4)
 project(${RunCMake_TEST} NONE)
 include(${RunCMake_TEST}.cmake)

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

Summary of changes:
 Tests/RunCMake/install/CMP0062-NEW.cmake  |    2 +-
 Tests/RunCMake/install/CMP0062-OLD.cmake  |    2 +-
 Tests/RunCMake/install/CMP0062-WARN.cmake |    1 +
 Tests/RunCMake/install/CMakeLists.txt     |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to