[Cmake-commits] CMake branch, next, updated. v2.8.6-1565-gf48a0be

Stephen Kelly steveire at gmail.com
Wed Oct 12 10:22:47 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  f48a0be07ebcdbe5d6c6a10d34e70cce164d9a9b (commit)
       via  83df8b5ca77c96ed82ca120e2a0499ec7273c41a (commit)
      from  a34b8e73704df3451e902c9ae7fb3da75e50c7fa (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=f48a0be07ebcdbe5d6c6a10d34e70cce164d9a9b
commit f48a0be07ebcdbe5d6c6a10d34e70cce164d9a9b
Merge: a34b8e7 83df8b5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Oct 12 10:22:46 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 12 10:22:46 2011 -0400

    Merge topic 'cmake-link-interface-libraries' into next
    
    83df8b5 Start enabling these tests only on non-APPLE.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83df8b5ca77c96ed82ca120e2a0499ec7273c41a
commit 83df8b5ca77c96ed82ca120e2a0499ec7273c41a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Oct 10 16:44:38 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Oct 12 16:21:43 2011 +0200

    Start enabling these tests only on non-APPLE.
    
    Now we know why tests fail on APPLE, we can check other platforms.

diff --git a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
index 68a0f18..69a94bd 100644
--- a/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
+++ b/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
@@ -229,7 +229,7 @@ expect_pass(False False
 # However, if we do clear it and don't explicitly link the executable to it,
 # it fails,
 # whether we specify the link_interface_libraries properly or not.
-if (APPLE)
+if (NOT APPLE)
   expect_fail(True False
     classB classC
   LIBS

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list