Merge topic 'FindCUDA.cmake/StaticRuntime'

7fea2b77 FindCUDA: Use the static CUDA runtime library if available (#15482)
This commit is contained in:
Brad King
2015-04-03 10:17:16 -04:00
committed by CMake Topic Stage
2 changed files with 88 additions and 4 deletions

View File

@@ -0,0 +1,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.