[Cmake-commits] CMake branch, next, updated. v3.5.1-785-gbe3969d
Brad King
brad.king at kitware.com
Fri Apr 1 15:44:12 EDT 2016
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 be3969d6403df287ba6b2c3cb00861baa9e54aea (commit)
via 1b5e398c957c427fcf4b32a0d19818d557c5ed2f (commit)
from 6aadc4a25a07856a81262946b514884df95f795f (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be3969d6403df287ba6b2c3cb00861baa9e54aea
commit be3969d6403df287ba6b2c3cb00861baa9e54aea
Merge: 6aadc4a 1b5e398
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 1 15:44:10 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Apr 1 15:44:10 2016 -0400
Merge topic 'fix-target-alias-in-subdir' into next
1b5e398c fixup! Fix lookup of an ALIAS target outside aliased target's directory
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1b5e398c957c427fcf4b32a0d19818d557c5ed2f
commit 1b5e398c957c427fcf4b32a0d19818d557c5ed2f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Apr 1 15:37:06 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Apr 1 15:40:38 2016 -0400
fixup! Fix lookup of an ALIAS target outside aliased target's directory
diff --git a/Tests/AliasTarget/subdir/CMakeLists.txt b/Tests/AliasTarget/subdir/CMakeLists.txt
index bf9e768..05a7d86 100644
--- a/Tests/AliasTarget/subdir/CMakeLists.txt
+++ b/Tests/AliasTarget/subdir/CMakeLists.txt
@@ -4,4 +4,5 @@ add_library(Sub::tgt ALIAS tgt)
# foo comes from the top-level CMakeLists.txt
add_library(Top::foo ALIAS foo)
-get_target_property(a_prop Top::foo INTERFACE_SYSTEM_INCLUDE_DIRECTORIES)
+get_target_property(some_prop Top::foo SOME_PROP)
+target_link_libraries(tgt Top::foo)
-----------------------------------------------------------------------
Summary of changes:
Tests/AliasTarget/subdir/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list