diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-04-27 23:26:31 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-04-27 23:26:31 (GMT) |
commit | 9f2c3928cdf7e2b34423b655fc719a72c895f729 (patch) | |
tree | 36c22d7d89aba1acd1eceb511b2f32e01e5b0ca0 /Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst | |
parent | 95afd879176256b17db44682d0664b87827c599b (diff) | |
download | CMake-9f2c3928cdf7e2b34423b655fc719a72c895f729.zip CMake-9f2c3928cdf7e2b34423b655fc719a72c895f729.tar.gz CMake-9f2c3928cdf7e2b34423b655fc719a72c895f729.tar.bz2 |
Help: Convert CMAKE_LINK_DEPENDS_NO_SHARED to cross-reference link
Diffstat (limited to 'Help/prop_tgt/LINK_DEPENDS_NO_SHARED.rst')
-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. |