diff options
Diffstat (limited to 'Help/variable')
-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 |