summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-21 15:19:48 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-22 10:50:19 (GMT)
commitd8eee80e3091ebdc1af2208ec6e94d885b279be9 (patch)
treeb3e9b51d85b895e0f89c75a6b71d95c6769f320e /Help/variable
parent345d707cf0d68c27edcaa9f76ac3257303750b70 (diff)
parente55b21e24ee81f5433b8ec778aa341c485d6e149 (diff)
downloadCMake-d8eee80e3091ebdc1af2208ec6e94d885b279be9.zip
CMake-d8eee80e3091ebdc1af2208ec6e94d885b279be9.tar.gz
CMake-d8eee80e3091ebdc1af2208ec6e94d885b279be9.tar.bz2
Merge branch 'backport-cuda-default-runtime' into cuda-default-runtime
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst b/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst
index ea1c1b8..e3205d3 100644
--- a/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst
+++ b/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst
@@ -1,7 +1,7 @@
CMAKE_CUDA_RUNTIME_LIBRARY
--------------------------
-Select the CUDA runtime library for use by compilers targeting the MSVC ABI.
+Select the CUDA runtime library for use when compiling and linking CUDA.
This variable is used to initialize the :prop_tgt:`CUDA_RUNTIME_LIBRARY`
property on all targets as they are created.
@@ -14,7 +14,8 @@ Contents of ``CMAKE_CUDA_RUNTIME_LIBRARY`` may use
If this variable is not set then the :prop_tgt:`CUDA_RUNTIME_LIBRARY` target
property will not be set automatically. If that property is not set then
-CMake uses the default value ``Static`` to select the CUDA runtime library.
+CMake uses an appropriate default value based on the compiler to select the
+CUDA runtime library.
.. note::