diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-01-31 05:24:51 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-01-31 05:25:05 (GMT) |
commit | 7980ce328d3fb956e13a08a3cc45fc0c80245031 (patch) | |
tree | fcf0682c755beedd48c6e32cf23b2a54a04a5b6f | |
parent | cacfadd84a4364b471ade6133c4914e1e44a7175 (diff) | |
parent | f59d2551739707e8f4f25765db59bf52f4e86d58 (diff) | |
download | CMake-7980ce328d3fb956e13a08a3cc45fc0c80245031.zip CMake-7980ce328d3fb956e13a08a3cc45fc0c80245031.tar.gz CMake-7980ce328d3fb956e13a08a3cc45fc0c80245031.tar.bz2 |
Merge topic 'doc-LINKER_LANGUAGE'
f59d255173 Help: Highlight internal nature of linker preference variables
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6922
-rw-r--r-- | Help/prop_tgt/LINKER_LANGUAGE.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/prop_tgt/LINKER_LANGUAGE.rst b/Help/prop_tgt/LINKER_LANGUAGE.rst index b0a572b..f47b488 100644 --- a/Help/prop_tgt/LINKER_LANGUAGE.rst +++ b/Help/prop_tgt/LINKER_LANGUAGE.rst @@ -7,8 +7,10 @@ For executables, shared libraries, and modules, this sets the language whose compiler is used to link the target (such as "C" or "CXX"). A typical value for an executable is the language of the source file providing the program entry point (main). If not set, the language -with the highest linker preference value is the default. See -documentation of :variable:`CMAKE_<LANG>_LINKER_PREFERENCE` variables. +with the highest linker preference value is the default. Details of +the linker preferences are considered internal, but some limited +discussion can be found under the internal +:variable:`CMAKE_<LANG>_LINKER_PREFERENCE` variables. If this property is not set by the user, it will be calculated at generate-time by CMake. |