CMAKE__USING_LINKER_MODE ------------------------------ .. versionadded:: 3.29 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 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 tool.