diff --git a/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst b/Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst index 66ce26b000..bfed407bed 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__USING_LINKER_` variable should be interpreted. The supported linker mode values are: ``FLAG`` - :variable:`CMAKE__USING_LINKER_` holds compiler flags. This is - the default. + :variable:`CMAKE__USING_LINKER_` holds a + :ref:`semicolon-separated list ` of flags to be passed + to the compiler frontend. This is also the default behavior if + ``CMAKE__USING_LINKER_MODE`` is not set. ``TOOL`` :variable:`CMAKE__USING_LINKER_` holds the path to the linker