[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1547-g4783872
Stephen Kelly
steveire at gmail.com
Thu Jan 10 13:28:36 EST 2013
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 4783872ed2f5621eeb405af3559b0fabed73ce8b (commit)
via d5e65236c3f4295649e9d4e44b7ec18aaa9ba7fc (commit)
from 71e4d7b9c2ed0695f7d2e6c28aff41c41063a4ad (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=4783872ed2f5621eeb405af3559b0fabed73ce8b
commit 4783872ed2f5621eeb405af3559b0fabed73ce8b
Merge: 71e4d7b d5e6523
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 10 13:28:35 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 10 13:28:35 2013 -0500
Merge topic 'LINK_INTERFACE_LIBRARIES-genex' into next
d5e6523 Add missing target_link_libraries invokation.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d5e65236c3f4295649e9d4e44b7ec18aaa9ba7fc
commit d5e65236c3f4295649e9d4e44b7ec18aaa9ba7fc
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jan 10 19:27:54 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jan 10 19:27:54 2013 +0100
Add missing target_link_libraries invokation.
diff --git a/Tests/ExportImport/Export/CMakeLists.txt b/Tests/ExportImport/Export/CMakeLists.txt
index 4f283b7..779d889 100644
--- a/Tests/ExportImport/Export/CMakeLists.txt
+++ b/Tests/ExportImport/Export/CMakeLists.txt
@@ -185,6 +185,9 @@ set_property(TARGET testSharedLibDepends APPEND PROPERTY
$<1:$<TARGET_NAME:testSharedLibRequired>>
)
+# LINK_PRIVATE because the LINK_INTERFACE_LIBRARIES is specified above.
+target_link_libraries(testSharedLibDepends LINK_PRIVATE testSharedLibRequired)
+
install(TARGETS testLibRequired
testLibIncludeRequired1
testLibIncludeRequired2
-----------------------------------------------------------------------
Summary of changes:
Tests/ExportImport/Export/CMakeLists.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list