summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-07-05 14:35:29 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-07-05 14:35:37 (GMT)
commit395ebfffd4ed1fa1e8953fd0b752833499814e12 (patch)
tree1e7ec6cad03672f60bca2c85994304dd3101ed78 /Help/prop_tgt
parent5e1079c6076d7b53745b9802c603662a23079976 (diff)
parent703900d166f703c047ca064a7b8328bb66410552 (diff)
downloadCMake-395ebfffd4ed1fa1e8953fd0b752833499814e12.zip
CMake-395ebfffd4ed1fa1e8953fd0b752833499814e12.tar.gz
CMake-395ebfffd4ed1fa1e8953fd0b752833499814e12.tar.bz2
Merge topic 'doc-CMP0131'
703900d166 Help: Mention CMP0131 in LINK_LIBRARIES docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7444
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/LINK_LIBRARIES.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/Help/prop_tgt/LINK_LIBRARIES.rst b/Help/prop_tgt/LINK_LIBRARIES.rst
index ae5334a..b5c1d89 100644
--- a/Help/prop_tgt/LINK_LIBRARIES.rst
+++ b/Help/prop_tgt/LINK_LIBRARIES.rst
@@ -14,10 +14,13 @@ followed by indirect dependencies from the transitive closure of the
direct dependencies' :prop_tgt:`INTERFACE_LINK_LIBRARIES` properties.
See policy :policy:`CMP0022`.
-Contents of ``LINK_LIBRARIES`` may use "generator expressions" with the
-syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual
-for available expressions. See the :manual:`cmake-buildsystem(7)` manual
-for more on defining buildsystem properties.
+Contents of ``LINK_LIBRARIES`` may use
+:manual:`generator expressions <cmake-generator-expressions(7)>` with the
+syntax ``$<...>``. Policy :policy:`CMP0131` affects the behavior of the
+:genex:`LINK_ONLY` generator expression for this property.
+
+See the :manual:`cmake-buildsystem(7)` manual for more on defining
+buildsystem properties.
.. include:: LINK_LIBRARIES_INDIRECTION.txt