mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Fixes #17559 Replace our hard-coded default of cudart=static with a first-class abstraction to select the runtime library from an enumeration of logical names.
8 lines
248 B
ReStructuredText
8 lines
248 B
ReStructuredText
cuda-runtime-library
|
|
--------------------
|
|
|
|
* The :variable:`CMAKE_CUDA_RUNTIME_LIBRARY` variable and
|
|
:prop_tgt:`CUDA_RUNTIME_LIBRARY` target property were introduced to
|
|
select the CUDA runtime library used when linking targets that
|
|
use CUDA.
|