diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-04-28 11:13:55 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-04-28 11:14:17 (GMT) |
commit | 91788612450ca2d2fecda2c0f6ca9a323d0a8617 (patch) | |
tree | 9f18b79e83bea50e1ac24852763dc9ae2901cd23 | |
parent | 857373c53c6f45401a89d910634c4a21958bd7d9 (diff) | |
parent | 9f2c3928cdf7e2b34423b655fc719a72c895f729 (diff) | |
download | CMake-91788612450ca2d2fecda2c0f6ca9a323d0a8617.zip CMake-91788612450ca2d2fecda2c0f6ca9a323d0a8617.tar.gz CMake-91788612450ca2d2fecda2c0f6ca9a323d0a8617.tar.bz2 |
Merge topic 'doc-LINK_DEPENDS_NO_SHARED-xref'
9f2c3928cd Help: Convert CMAKE_LINK_DEPENDS_NO_SHARED to cross-reference link
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6056
-rw-r--r-- | Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst b/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst index 5c6778d..dc2dc9e 100644 --- a/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst +++ b/Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst @@ -10,5 +10,6 @@ to re-link this target. Logical target-level dependencies will not be affected so the linked shared libraries will still be brought up to date before this target is built. -This property is initialized by the value of the variable -CMAKE_LINK_DEPENDS_NO_SHARED if it is set when a target is created. +This property is initialized by the value of the +:variable:`CMAKE_LINK_DEPENDS_NO_SHARED` variable if it is set when a +target is created. |