summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/LINK_WHAT_YOU_USE.rst
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2020-07-06 10:14:38 -0400
committerBrad King <brad.king@kitware.com>2020-07-06 10:23:20 -0400
commit496ec6036fb2b4ebbae000ee362cdfb7704d08de (patch)
treebe76911aac9636943abd9abde6f756fd1c7d8cd4 /Help/prop_tgt/LINK_WHAT_YOU_USE.rst
parent0c87afceab51e59537026b9fc39ed3b290e3e54d (diff)
downloadcmake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.tar.gz
Help: Add Sphinx 'versionadded' directives to each top-level document
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
Diffstat (limited to 'Help/prop_tgt/LINK_WHAT_YOU_USE.rst')
-rw-r--r--Help/prop_tgt/LINK_WHAT_YOU_USE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_tgt/LINK_WHAT_YOU_USE.rst b/Help/prop_tgt/LINK_WHAT_YOU_USE.rst
index 32d6edb076..2ed93adfd9 100644
--- a/Help/prop_tgt/LINK_WHAT_YOU_USE.rst
+++ b/Help/prop_tgt/LINK_WHAT_YOU_USE.rst
@@ -1,6 +1,8 @@
LINK_WHAT_YOU_USE
---------------------------
+.. versionadded:: 3.7
+
This is a boolean option that when set to ``TRUE`` will automatically run
``ldd -r -u`` on the target after it is linked. In addition, the linker flag
``-Wl,--no-as-needed`` will be passed to the target with the link command so