diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-05-18 18:34:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-20 18:36:55 (GMT) |
commit | a4ea2931532d7b5b468bd2670a5f23198763a24e (patch) | |
tree | 80eb10d6b4ed21ffac679ca489ed6d37c85a5e89 | |
parent | 1174efb6f9f25d5624ef60dc3cca88388ac302bc (diff) | |
download | CMake-a4ea2931532d7b5b468bd2670a5f23198763a24e.zip CMake-a4ea2931532d7b5b468bd2670a5f23198763a24e.tar.gz CMake-a4ea2931532d7b5b468bd2670a5f23198763a24e.tar.bz2 |
Help: Correct CMAKE_CUDA_RUNTIME_LIBRARY applicability
-rw-r--r-- | Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst b/Help/variable/CMAKE_CUDA_RUNTIME_LIBRARY.rst index ea1c1b8..698cae7 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. |