[Cmake-commits] CMake branch, next, updated. v2.8.10.1-980-g00f2660
Stephen Kelly
steveire at gmail.com
Thu Nov 22 11:34:56 EST 2012
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 00f2660302c6b86f63e58c3181684acbd5ad8885 (commit)
via d12fdf5303e6ec43ce68207fb05487bf705e8e73 (commit)
from 4acb34c283089a22eb1f40f020a1e9a1518f676d (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=00f2660302c6b86f63e58c3181684acbd5ad8885
commit 00f2660302c6b86f63e58c3181684acbd5ad8885
Merge: 4acb34c d12fdf5
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Nov 22 11:34:54 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Nov 22 11:34:54 2012 -0500
Merge topic 'add-INTERFACE_LINK_LIBRARIES-property' into next
d12fdf5 Only test the CMP0019 output when the policy is defined.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d12fdf5303e6ec43ce68207fb05487bf705e8e73
commit d12fdf5303e6ec43ce68207fb05487bf705e8e73
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Nov 22 17:29:20 2012 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Nov 22 17:29:20 2012 +0100
Only test the CMP0019 output when the policy is defined.
Some dashboards use an older version of cmake to build and test
cmake, and they do not have the new policy.
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 867ab08..9010aa1 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -56,7 +56,9 @@ add_RunCMake_test(include)
add_RunCMake_test(include_directories)
add_RunCMake_test(list)
add_RunCMake_test(load_command)
-add_RunCMake_test(PolicyCMP0019)
+if (POLICY CMP0019)
+ add_RunCMake_test(PolicyCMP0019)
+endif()
if("${CMAKE_TEST_GENERATOR}" MATCHES "Visual Studio [^6]")
add_RunCMake_test(include_external_msproject)
-----------------------------------------------------------------------
Summary of changes:
Tests/RunCMake/CMakeLists.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list