[Cmake-commits] CMake branch, next, updated. v2.8.12-4509-g751b3c1

Brad King brad.king at kitware.com
Fri Oct 25 15:10:17 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  751b3c1f5bc833000cc5329a016cf0fc83768085 (commit)
       via  4ea27bcc4c52773e514a41f9468b216166999668 (commit)
      from  caea7cb64e9f07a5599b626f0b6e253651bd8a15 (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=751b3c1f5bc833000cc5329a016cf0fc83768085
commit 751b3c1f5bc833000cc5329a016cf0fc83768085
Merge: caea7cb 4ea27bc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 25 15:10:14 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 25 15:10:14 2013 -0400

    Merge topic 'remove-old-commands-by-policy' into next
    
    4ea27bc Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4ea27bcc4c52773e514a41f9468b216166999668
commit 4ea27bcc4c52773e514a41f9468b216166999668
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 25 15:07:35 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 25 15:07:35 2013 -0400

    Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands 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/DisallowedCommands/CMakeLists.txt b/Tests/RunCMake/DisallowedCommands/CMakeLists.txt
index e8db6b0..12cd3c7 100644
--- a/Tests/RunCMake/DisallowedCommands/CMakeLists.txt
+++ b/Tests/RunCMake/DisallowedCommands/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/DisallowedCommands/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list