mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 00:39:03 -05:00
Introduce CMAKE_<LANG>_DEVICE_LINK_MODE variable.
This is a complement to commit 00932ea864 (Introduce CMAKE_<LANG>_LINK_MODE variable., 2025-01-09)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user