[Cmake-commits] CMake branch, next, updated. v2.8.11.2-2939-gc1ba55f
Stephen Kelly
steveire at gmail.com
Sun Jul 7 17:44:52 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 c1ba55f4222bc43fedf982c8a4dfa160cd47a26d (commit)
via 93b80ababcb237dfb91b6615578e0dbed11c09d3 (commit)
from d26f9f7cd98edae74f50c0bc82098aeda963a718 (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=c1ba55f4222bc43fedf982c8a4dfa160cd47a26d
commit c1ba55f4222bc43fedf982c8a4dfa160cd47a26d
Merge: d26f9f7 93b80ab
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jul 7 17:44:49 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jul 7 17:44:49 2013 -0400
Merge topic 'INTERFACE_LINK_LIBRARIES-prop' into next
93b80ab Add compatibility switch for CYGWIN.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=93b80ababcb237dfb91b6615578e0dbed11c09d3
commit 93b80ababcb237dfb91b6615578e0dbed11c09d3
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jul 7 23:43:49 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jul 7 23:43:49 2013 +0200
Add compatibility switch for CYGWIN.
This test expects no stderr output.
diff --git a/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake b/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake
index 3e4144f..4691570 100644
--- a/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake
+++ b/Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake
@@ -1,4 +1,6 @@
+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)
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/CMP0022/CMP0022-NOWARN-static.cmake | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list