mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
properties LINK_OPTIONS and INTERFACE_LINK_OPTIONS are propagated to the device link step. To control which options are selected for normal link and device link steps, the $<DEVICE_LINK> and $<HOST_LINK> generator expressions can be used. Fixes: #18265
6 lines
200 B
ReStructuredText
6 lines
200 B
ReStructuredText
device-link-options
|
|
-------------------
|
|
|
|
* the :prop_tgt:`LINK_OPTIONS` and :prop_tgt:`INTERFACE_LINK_OPTIONS` target
|
|
properties are now used for the device link step. See policy :policy:`CMP0105`.
|