summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/FindCUDA-StaticRuntime.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-03 14:17:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-04-03 14:17:16 (GMT)
commite46224a7cdbcbbfce63f21096bf2b4a5f01c3c13 (patch)
tree6f80b522bbd7ae9fc3b2e2dae2197f4a8026180c /Help/release/dev/FindCUDA-StaticRuntime.rst
parent4bf56c331beb38ee5a2245829277460f7e9333ad (diff)
parent7fea2b77df2d70283f4918a8ff52836dbc68db6b (diff)
downloadCMake-e46224a7cdbcbbfce63f21096bf2b4a5f01c3c13.zip
CMake-e46224a7cdbcbbfce63f21096bf2b4a5f01c3c13.tar.gz
CMake-e46224a7cdbcbbfce63f21096bf2b4a5f01c3c13.tar.bz2
Merge topic 'FindCUDA.cmake/StaticRuntime'
7fea2b77 FindCUDA: Use the static CUDA runtime library if available (#15482)
Diffstat (limited to 'Help/release/dev/FindCUDA-StaticRuntime.rst')
-rw-r--r--Help/release/dev/FindCUDA-StaticRuntime.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FindCUDA-StaticRuntime.rst b/Help/release/dev/FindCUDA-StaticRuntime.rst
new file mode 100644
index 0000000..112596c
--- /dev/null
+++ b/Help/release/dev/FindCUDA-StaticRuntime.rst
@@ -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.