blob: 112596c20e42338a933ac65e53dc399d82b12a40 (
plain)
1
2
3
4
5
6
7
|
FindCUDA-StaticRuntime
----------------------
* The :module:`FindCUDA` module now defaults to using the static
CUDA runtime library if it is available. A new
``CUDA_USE_STATIC_CUDA_RUNTIME`` option is offered to control
this behavior.
|