[Cmake-commits] CMake branch, next, updated. v2.8.12.2-7318-gf481c00

Brad King brad.king at kitware.com
Tue Jan 28 17:09:41 EST 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  f481c002b0a6527555004f547b62491cc3dcc0bd (commit)
       via  5e4b8871bc12230e826d99371f5cbd0d6784d8e8 (commit)
      from  7ffd00b648548ab9f5286b5e8427a650fde57b04 (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=f481c002b0a6527555004f547b62491cc3dcc0bd
commit f481c002b0a6527555004f547b62491cc3dcc0bd
Merge: 7ffd00b 5e4b887
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 28 17:09:41 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 28 17:09:41 2014 -0500

    Merge topic 'cygwin-RunCMake-tests' into next
    
    5e4b8871 Cygwin: Avoid legacy warnings in RunCMake.CMP004[1235] tests


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5e4b8871bc12230e826d99371f5cbd0d6784d8e8
commit 5e4b8871bc12230e826d99371f5cbd0d6784d8e8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 28 17:07:56 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 28 17:07:56 2014 -0500

    Cygwin: Avoid legacy warnings in RunCMake.CMP004[1235] tests
    
    Set the minimum required version of CMake high enough to avoid the
    warning for CMAKE_LEGACY_CYGWIN_WIN32.  The warning appears on stderr
    and breaks the expected output matching.

diff --git a/Tests/RunCMake/CMP0041/CMakeLists.txt b/Tests/RunCMake/CMP0041/CMakeLists.txt
index 11ea636..f1d9cae 100644
--- a/Tests/RunCMake/CMP0041/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0041/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
 project(${RunCMake_TEST} CXX)
 include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
diff --git a/Tests/RunCMake/CMP0042/CMakeLists.txt b/Tests/RunCMake/CMP0042/CMakeLists.txt
index 11ea636..f1d9cae 100644
--- a/Tests/RunCMake/CMP0042/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0042/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
 project(${RunCMake_TEST} CXX)
 include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
diff --git a/Tests/RunCMake/CMP0043/CMakeLists.txt b/Tests/RunCMake/CMP0043/CMakeLists.txt
index b465c88..5e95460 100644
--- a/Tests/RunCMake/CMP0043/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0043/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
 project(${RunCMake_TEST} CXX)
 include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)
 
diff --git a/Tests/RunCMake/CMP0045/CMakeLists.txt b/Tests/RunCMake/CMP0045/CMakeLists.txt
index 11ea636..f1d9cae 100644
--- a/Tests/RunCMake/CMP0045/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0045/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
 project(${RunCMake_TEST} CXX)
 include(${RunCMake_TEST}.cmake NO_POLICY_SCOPE)

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

Summary of changes:
 Tests/RunCMake/CMP0041/CMakeLists.txt |    2 +-
 Tests/RunCMake/CMP0042/CMakeLists.txt |    2 +-
 Tests/RunCMake/CMP0043/CMakeLists.txt |    2 +-
 Tests/RunCMake/CMP0045/CMakeLists.txt |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list