mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
Introduce CMAKE_<LANG>_LINK_MODE variable.
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CMAKE_LANG_LINK_MODE
|
||||
--------------------
|
||||
|
||||
* The :variable:`CMAKE_<LANG>_LINK_MODE` variable was added to provide
|
||||
information on how the link step is done.
|
||||
Reference in New Issue
Block a user