summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst')
-rw-r--r--Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst b/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst
index af7ee60..ff82f8b 100644
--- a/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst
+++ b/Help/variable/CMAKE_LANG_LINKER_PREFERENCE.rst
@@ -5,7 +5,7 @@ Preference value for linker language selection.
The "linker language" for executable, shared library, and module
targets is the language whose compiler will invoke the linker. The
-LINKER_LANGUAGE target property sets the language explicitly.
+:prop_tgt:`LINKER_LANGUAGE` target property sets the language explicitly.
Otherwise, the linker language is that whose linker preference value
is highest among languages compiled and linked into the target. See
-also the CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES variable.
+also the :variable:`CMAKE_<LANG>_LINKER_PREFERENCE_PROPAGATES` variable.