summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2023-01-30 15:34:55 (GMT)
committerRobert Maynard <rmaynard@nvidia.com>2023-01-30 19:45:14 (GMT)
commit8c57f7b45e1b8e6325e80b54d508a153f5543265 (patch)
treef5d990ce776ad4651f527e45a9055e75f3befa47 /Help/variable
parentb96d7418b700e1c35dcd2a9e5cdab092fef1b4e2 (diff)
downloadCMake-8c57f7b45e1b8e6325e80b54d508a153f5543265.zip
CMake-8c57f7b45e1b8e6325e80b54d508a153f5543265.tar.gz
CMake-8c57f7b45e1b8e6325e80b54d508a153f5543265.tar.bz2
Help: Clarify CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS behavior
Fixes: #24373
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst b/Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst
index 474baee..bd56911 100644
--- a/Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst
+++ b/Help/variable/CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS.rst
@@ -4,5 +4,7 @@ CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS
.. versionadded:: 3.16
Default value for :prop_tgt:`CUDA_RESOLVE_DEVICE_SYMBOLS` target
-property. This variable is used to initialize the property on each target as
+property when defined. By default this variable is not defined.
+
+This variable is used to initialize the property on each target as
it is created.