Files
CMake/Help/variable/CMAKE_LANG_LINK_MODE.rst
Peter Kokot 8aacf67b54 CMAKE_LANG_USING_LINKER_MODE: Fix typo and update docs
- s/FLAGS/FLAG
- Moved deprecation notice to top.
- Added "See Also" section to the CMAKE_LANG_LINK_MODE variable.
2025-08-11 03:48:26 +02:00

20 lines
399 B
ReStructuredText

CMAKE_<LANG>_LINK_MODE
----------------------
.. versionadded:: 4.0
Defines how the link step is done. The possible values are:
``DRIVER``
The compiler is used as driver for the link step.
``LINKER``
The linker is used directly for the link step.
This variable is read-only. Setting it is undefined behavior.
See Also
^^^^^^^^
* The :variable:`CMAKE_<LANG>_USING_LINKER_<TYPE>` variable.