[Cmake-commits] CMake branch, next, updated. v2.8.6-1590-gd713c53

Stephen Kelly steveire at gmail.com
Sun Oct 16 06:50:38 EDT 2011


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  d713c5309d7d1c9421728ab0dcb4920a949a4d60 (commit)
       via  9386af4c088d909bca2a33aeb0cb22dae7d3286e (commit)
       via  cfeb45a74b105a533baa4c779142ef7f83f06b28 (commit)
      from  5bc719845ecab090382e04e342fc7133e09845dd (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=d713c5309d7d1c9421728ab0dcb4920a949a4d60
commit d713c5309d7d1c9421728ab0dcb4920a949a4d60
Merge: 5bc7198 9386af4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Oct 16 06:50:30 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Oct 16 06:50:30 2011 -0400

    Merge topic 'cmake-link-interface-libraries' into next
    
    9386af4 Make it easy to see platforms not running these tests.
    cfeb45a Don't run any more tests if building the libraries fails.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9386af4c088d909bca2a33aeb0cb22dae7d3286e
commit 9386af4c088d909bca2a33aeb0cb22dae7d3286e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Oct 16 12:40:29 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Oct 16 12:40:29 2011 +0200

    Make it easy to see platforms not running these tests.

diff --git a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
index 69bc52d..3f61ebc 100644
--- a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
@@ -20,6 +20,7 @@ try_compile(LINK_INTERFACE_LIBRARIES_FAILS
 )
 
 if (LINK_INTERFACE_LIBRARIES_FAILS)
+  message("\n\n#######################\nTHIS PLATFORM DOES NOT SUPPORT LINK_INTERFACE_LIBRARIES\n\n")
   return()
 endif()
 
@@ -79,6 +80,7 @@ foreach(B1 ${Bools})
     if (NOT Result)
       message("Libs CLEAR_LINK_INTERFACE_LIBRARIES: ${B1}\n"
               "Libs SPECIFY_LINK_INTERFACE_LIBRARIES: ${B2}\n\n\n${Out}")
+      message("\n\n#######################\nTHIS PLATFORM DOES NOT SUPPORT LINK_INTERFACE_LIBRARIES\n\n")
       return()
     endif()
   endforeach()

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cfeb45a74b105a533baa4c779142ef7f83f06b28
commit cfeb45a74b105a533baa4c779142ef7f83f06b28
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Oct 16 12:38:15 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Oct 16 12:38:15 2011 +0200

    Don't run any more tests if building the libraries fails.

diff --git a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
index 534cc38..69bc52d 100644
--- a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
@@ -79,6 +79,7 @@ foreach(B1 ${Bools})
     if (NOT Result)
       message("Libs CLEAR_LINK_INTERFACE_LIBRARIES: ${B1}\n"
               "Libs SPECIFY_LINK_INTERFACE_LIBRARIES: ${B2}\n\n\n${Out}")
+      return()
     endif()
   endforeach()
 endforeach()

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list