From c39bc6e412f3ee7e28844b5ecaa0186790ce78e6 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Fri, 22 Mar 2024 21:10:56 +1100 Subject: Help: CMAKE__USING_LINKER_ can be a list of flags --- Help/variable/CMAKE_LANG_USING_LINKER_MODE.rst | 6 ++++-- 1 file 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__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 -- cgit v0.12