[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3778-g1e59b42
Brad King
brad.king at kitware.com
Thu Aug 8 13:15:45 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 1e59b42460197f70f8c64e4e64d9d50b752e18ad (commit)
via f07a9ecad7a1e1a76343baab3915f436acd6b621 (commit)
from c3163b78b90870bec6fdf31111c774a887e2f009 (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=1e59b42460197f70f8c64e4e64d9d50b752e18ad
commit 1e59b42460197f70f8c64e4e64d9d50b752e18ad
Merge: c3163b7 f07a9ec
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 8 13:15:42 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 8 13:15:42 2013 -0400
Merge topic 'cmake-syntax' into next
f07a9ec Fix RunCMake.Syntax test on Cygwin
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f07a9ecad7a1e1a76343baab3915f436acd6b621
commit f07a9ecad7a1e1a76343baab3915f436acd6b621
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 8 13:14:19 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Aug 8 13:14:19 2013 -0400
Fix RunCMake.Syntax test on Cygwin
Set the minimum required version of CMake high enough to avoid the
warning for CMAKE_LEGACY_CYGWIN_WIN32.
diff --git a/Tests/RunCMake/Syntax/CMakeLists.txt b/Tests/RunCMake/Syntax/CMakeLists.txt
index e8db6b0..618473a 100644
--- a/Tests/RunCMake/Syntax/CMakeLists.txt
+++ b/Tests/RunCMake/Syntax/CMakeLists.txt
@@ -1,3 +1,3 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.9)
project(${RunCMake_TEST} NONE)
include(${RunCMake_TEST}.cmake)
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/Syntax/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list