[Cmake-commits] CMake branch, next, updated. v2.8.11.2-2971-g3a9976d

Stephen Kelly steveire at gmail.com
Mon Jul 8 16:38:05 EDT 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  3a9976dd473ef7b4fbb88c5027c54378f669cb46 (commit)
       via  5eade960c5e255988644a8279aaad8ef2bd2413f (commit)
      from  dd12c44f3d16e7bfda5b39b4b3f475912f8154f0 (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=3a9976dd473ef7b4fbb88c5027c54378f669cb46
commit 3a9976dd473ef7b4fbb88c5027c54378f669cb46
Merge: dd12c44 5eade96
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 8 16:38:03 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 8 16:38:03 2013 -0400

    Merge topic 'INTERFACE_LINK_LIBRARIES-prop' into next
    
    5eade96 Require CMake 2.8.11 for this test.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5eade960c5e255988644a8279aaad8ef2bd2413f
commit 5eade960c5e255988644a8279aaad8ef2bd2413f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jul 8 22:35:11 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Jul 8 22:35:11 2013 +0200

    Require CMake 2.8.11 for this test.
    
    The CYGWIN related error message is not issued for CMake >= 2.8.4.

diff --git a/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake b/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake
index 4691570..3e4144f 100644
--- a/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake
+++ b/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake
@@ -1,6 +1,4 @@
 
-set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
-
 project(CMP0022-NOWARN-static)
 
 add_library(foo STATIC empty_vs6_1.cpp)
diff --git a/Tests/RunCMake/CMP0022/CMakeLists.txt b/Tests/RunCMake/CMP0022/CMakeLists.txt
index e8db6b0..72abfc8 100644
--- a/Tests/RunCMake/CMP0022/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0022/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.11)
 project(${RunCMake_TEST} NONE)
 include(${RunCMake_TEST}.cmake)

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

Summary of changes:
 Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake |    2 --
 Tests/RunCMake/CMP0022/CMakeLists.txt              |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list