diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-05-18 14:54:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-20 18:36:55 (GMT) |
commit | 1086e930dc8ad94847f17f627673db8f7a3fb3ab (patch) | |
tree | 07a66fd365a500d54df70303361a29b091a25bf5 /Help/command | |
parent | a4ea2931532d7b5b468bd2670a5f23198763a24e (diff) | |
download | CMake-1086e930dc8ad94847f17f627673db8f7a3fb3ab.zip CMake-1086e930dc8ad94847f17f627673db8f7a3fb3ab.tar.gz CMake-1086e930dc8ad94847f17f627673db8f7a3fb3ab.tar.bz2 |
CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile
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` |