summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-01-13 15:29:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-01-13 15:29:10 (GMT)
commit9a5d399725cbb7012ca7b1f77bd405090c60691d (patch)
tree852eed7bb5f729db64a03fd8ea3490390fc887c3 /Help/prop_tgt
parent199e4203f74c8db9a385d6418e6b83e6c0bdddf2 (diff)
parent09721ca0787e3753e6b294c9bd57ca39ef91c230 (diff)
downloadCMake-9a5d399725cbb7012ca7b1f77bd405090c60691d.zip
CMake-9a5d399725cbb7012ca7b1f77bd405090c60691d.tar.gz
CMake-9a5d399725cbb7012ca7b1f77bd405090c60691d.tar.bz2
Merge topic 'out-of-dir-link-keyword'
09721ca078 target_link_libraries: Fix out-of-dir calls with debug/optimized keywords c40229968c target_link_libraries: Add FIXME comment for out-of-dir genex list Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4202
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt b/Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt
index 1fdb6ad..fab4418 100644
--- a/Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt
+++ b/Help/prop_tgt/LINK_LIBRARIES_INDIRECTION.txt
@@ -2,8 +2,8 @@
A call to :command:`target_link_libraries(<target> ...)` may update this
property on ``<target>``. If ``<target>`` was not created in the same
directory as the call then :command:`target_link_libraries` will add a
- suffix of the form ``::@<directory-id>`` to each entry, where the
- ``::@`` is a separator and the ``<directory-id>`` is unspecified.
+ suffix of the form ``::@(directory-id)`` to each entry, where the
+ ``::@`` is a separator and the ``(directory-id)`` is unspecified.
This tells the generators that the named libraries must be looked up in
the scope of the caller rather than in the scope in which the
``<target>`` was created. Valid directory ids are stripped on export