diff options
author | Brad King <brad.king@kitware.com> | 2020-05-22 10:55:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-22 10:55:37 (GMT) |
commit | 0781540a80cfc7b15b1ebc1b60afe34f22f247e0 (patch) | |
tree | 081dd1c7a32bac750dc430dcad048872caaf000c /Help/command | |
parent | 0c557a0cab681b17dbd4ed06f7776459880a90ea (diff) | |
parent | e55b21e24ee81f5433b8ec778aa341c485d6e149 (diff) | |
download | CMake-0781540a80cfc7b15b1ebc1b60afe34f22f247e0.zip CMake-0781540a80cfc7b15b1ebc1b60afe34f22f247e0.tar.gz CMake-0781540a80cfc7b15b1ebc1b60afe34f22f247e0.tar.bz2 |
Merge topic 'cuda-default-runtime' into release-3.17
e55b21e24e CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchain
1086e930dc CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile
a4ea293153 Help: Correct CMAKE_CUDA_RUNTIME_LIBRARY applicability
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4762
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/try_compile.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index edbf92c..323077a 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -135,6 +135,7 @@ If set, the following variables are passed in to the generated try_compile CMakeLists.txt to initialize compile target properties with default values: +* :variable:`CMAKE_CUDA_RUNTIME_LIBRARY` * :variable:`CMAKE_ENABLE_EXPORTS` * :variable:`CMAKE_LINK_SEARCH_START_STATIC` * :variable:`CMAKE_LINK_SEARCH_END_STATIC` |