CMAKE_<LANG>_LINK_MODE¶
Added in version 4.0.
Defines how the link step is done. The possible values are:
DRIVERThe compiler is used as driver for the link step.
LINKERThe linker is used directly for the link step.
This variable is read-only. Setting it is undefined behavior.
See Also¶
The
CMAKE_<LANG>_USING_LINKER_<TYPE>variable.