[Cmake-commits] CMake branch, next, updated. v3.2.2-3219-gfb154f7

Brad King brad.king at kitware.com
Thu May 28 07:27:23 EDT 2015


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  fb154f79c274e74e2dc09bc175a1ed04d113cbdd (commit)
       via  2dfcdbca844d06f74acc2f0a03d0cb5fed351dfd (commit)
      from  aec6c3aa35d918214f2ab520c1cba3bca9067f27 (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=fb154f79c274e74e2dc09bc175a1ed04d113cbdd
commit fb154f79c274e74e2dc09bc175a1ed04d113cbdd
Merge: aec6c3a 2dfcdbc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 28 07:27:22 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 28 07:27:22 2015 -0400

    Merge topic 'imported-interface-libname' into next
    
    2dfcdbca fixup! Tests: Try LSB linker workaround in InterfaceLibrary test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2dfcdbca844d06f74acc2f0a03d0cb5fed351dfd
commit 2dfcdbca844d06f74acc2f0a03d0cb5fed351dfd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 28 07:26:52 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu May 28 07:26:52 2015 -0400

    fixup! Tests: Try LSB linker workaround in InterfaceLibrary test

diff --git a/Tests/InterfaceLibrary/CMakeLists.txt b/Tests/InterfaceLibrary/CMakeLists.txt
index a4dd021..50baf6b 100644
--- a/Tests/InterfaceLibrary/CMakeLists.txt
+++ b/Tests/InterfaceLibrary/CMakeLists.txt
@@ -45,6 +45,7 @@ target_link_libraries(InterfaceLibrary
   item_iface
   item_fake # ensure that 'item_real' is ordered in place of item_iface
   )
+add_dependencies(InterfaceLibrary item_fake_tgt)
 
 add_subdirectory(libsdir)
 

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

Summary of changes:
 Tests/InterfaceLibrary/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list