mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
15 lines
353 B
ReStructuredText
15 lines
353 B
ReStructuredText
CMAKE_<LANG>_DEVICE_LINK_MODE
|
|
-----------------------------
|
|
|
|
.. versionadded:: 4.0
|
|
|
|
Defines how the device link step is done. The possible values are:
|
|
|
|
``DRIVER``
|
|
The compiler is used as driver for the device link step.
|
|
|
|
``LINKER``
|
|
The linker is used directly for the device link step.
|
|
|
|
This variable is read-only. Setting it is undefined behavior.
|