[Cmake-commits] CMake branch, next, updated. v2.8.12-4174-g7bc8069

Brad King brad.king at kitware.com
Sat Oct 19 06:48:55 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  7bc80698845a1c34d334be563f47118960476912 (commit)
       via  abfebefbb981a95837ffe88f98956785d936306d (commit)
      from  7a74a1028bfcd9f8c02fb9f9d05af1ce7571025e (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=7bc80698845a1c34d334be563f47118960476912
commit 7bc80698845a1c34d334be563f47118960476912
Merge: 7a74a10 abfebef
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Oct 19 06:48:54 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Oct 19 06:48:54 2013 -0400

    Merge topic 'target-LOCATION-policy' into next
    
    abfebef Cygwin: Avoid legacy warnings in RunCMake.CMP0026 test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=abfebefbb981a95837ffe88f98956785d936306d
commit abfebefbb981a95837ffe88f98956785d936306d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Sat Oct 19 06:43:09 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Sat Oct 19 06:47:12 2013 -0400

    Cygwin: Avoid legacy warnings in RunCMake.CMP0026 test
    
    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/CMP0026/CMakeLists.txt b/Tests/RunCMake/CMP0026/CMakeLists.txt
index e8db6b0..12cd3c7 100644
--- a/Tests/RunCMake/CMP0026/CMakeLists.txt
+++ b/Tests/RunCMake/CMP0026/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.4)
 project(${RunCMake_TEST} NONE)
 include(${RunCMake_TEST}.cmake)

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

Summary of changes:
 Tests/RunCMake/CMP0026/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list