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  5e4cf9e325ab64323025e8d4de87a9d9758d3b75 (commit)
       via  460c742b73a1920bbf404c90afa8e6687820a355 (commit)
      from  bb28cf47f1d44395e59097ad7c912fc22326a262 (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=5e4cf9e325ab64323025e8d4de87a9d9758d3b75
commit 5e4cf9e325ab64323025e8d4de87a9d9758d3b75
Merge: bb28cf4 460c742
Author:     Clinton Stimpson <clin...@elemtech.com>
AuthorDate: Fri Dec 20 12:12:57 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Dec 20 12:12:57 2013 -0500

    Merge topic 'rpath-default' into next
    
    460c742 OS X: Only run CMP0042 test on Darwin.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=460c742b73a1920bbf404c90afa8e6687820a355
commit 460c742b73a1920bbf404c90afa8e6687820a355
Author:     Clinton Stimpson <clin...@elemtech.com>
AuthorDate: Fri Dec 20 10:11:45 2013 -0700
Commit:     Clinton Stimpson <clin...@elemtech.com>
CommitDate: Fri Dec 20 10:11:45 2013 -0700

    OS X: Only run CMP0042 test on Darwin.

diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 011e9b0..96724ce 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -61,7 +61,9 @@ add_RunCMake_test(CMP0038)
 add_RunCMake_test(CMP0039)
 add_RunCMake_test(CMP0040)
 add_RunCMake_test(CMP0041)
-add_RunCMake_test(CMP0042)
+if(CMAKE_SYSTEM_NAME MATCHES Darwin AND CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG)
+  add_RunCMake_test(CMP0042)
+endif()
 add_RunCMake_test(CTest)
 if(UNIX AND "${CMAKE_TEST_GENERATOR}" MATCHES "Unix Makefiles")
   add_RunCMake_test(CompilerChange)

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to