mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Use its value to initialize the `CUDA_SEPARABLE_COMPILATION` target property when targets are created. Fixes: #17478
7 lines
216 B
ReStructuredText
7 lines
216 B
ReStructuredText
cuda-sep-comp-var
|
|
-----------------
|
|
|
|
* A :variable:`CMAKE_CUDA_SEPARABLE_COMPILATION` variable was added to
|
|
initialize the :prop_tgt:`CUDA_SEPARABLE_COMPILATION` target property
|
|
on targets when they are created.
|