diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-03-22 10:10:56 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-03-25 21:03:14 (GMT) |
commit | c39bc6e412f3ee7e28844b5ecaa0186790ce78e6 (patch) | |
tree | ea8a421cf2d472700b0b912202c121d786466764 /Help | |
parent | 1c7ccefd83784f113768eaea085bce67f3c26fba (diff) | |
download | CMake-c39bc6e412f3ee7e28844b5ecaa0186790ce78e6.zip CMake-c39bc6e412f3ee7e28844b5ecaa0186790ce78e6.tar.gz CMake-c39bc6e412f3ee7e28844b5ecaa0186790ce78e6.tar.bz2 |
Help: CMAKE_<LANG>_USING_LINKER_<TYPE> can be a list of flags
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst b/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst index 66ce26b..bfed407 100644 --- a/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst +++ b/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst @@ -7,8 +7,10 @@ This controls how the value of the :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` variable should be interpreted. The supported linker mode values are: ``FLAG`` - :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` holds compiler flags. This is - the default. + :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` holds a + :ref:`semicolon-separated list <CMake Language Lists>` of flags to be passed + to the compiler frontend. This is also the default behavior if + ``CMAKE_<LANG>_USING_LINKER_MODE`` is not set. ``TOOL`` :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` holds the path to the linker |