mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Add link flags during the "device compile" step. Enabled the relevant tests. The disable reasons regarding separable compilation were outdated and the actual failure case was device link flags support.
8 lines
242 B
ReStructuredText
8 lines
242 B
ReStructuredText
cuda-clang-device-link-flags
|
|
----------------------------
|
|
|
|
* Policy :policy:`CMP0105` and the ``$<DEVICE_LINK:...>`` and
|
|
``$<HOST_LINK:...>``
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`
|
|
are now supported for Clang.
|