mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
00932ea864
This variable define how the link step is done. Possible values are: * DRIVER: the compiler is used as driver for the link step * LINKER: the linker is used directly for the link step.
6 lines
158 B
ReStructuredText
6 lines
158 B
ReStructuredText
CMAKE_LANG_LINK_MODE
|
|
--------------------
|
|
|
|
* The :variable:`CMAKE_<LANG>_LINK_MODE` variable was added to provide
|
|
information on how the link step is done.
|