summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2020-05-18 14:54:11 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-20 18:36:55 (GMT)
commit1086e930dc8ad94847f17f627673db8f7a3fb3ab (patch)
tree07a66fd365a500d54df70303361a29b091a25bf5 /Help
parenta4ea2931532d7b5b468bd2670a5f23198763a24e (diff)
downloadCMake-1086e930dc8ad94847f17f627673db8f7a3fb3ab.zip
CMake-1086e930dc8ad94847f17f627673db8f7a3fb3ab.tar.gz
CMake-1086e930dc8ad94847f17f627673db8f7a3fb3ab.tar.bz2
CUDA: Propagate CMAKE_CUDA_RUNTIME_LIBRARY state to try_compile
Diffstat (limited to 'Help')
-rw-r--r--Help/command/try_compile.rst1
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`