summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/envvar/CUDAARCHS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/envvar/CUDAARCHS.rst')
-rw-r--r--share/cmake-3.22/Help/envvar/CUDAARCHS.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/envvar/CUDAARCHS.rst b/share/cmake-3.22/Help/envvar/CUDAARCHS.rst
new file mode 100644
index 0000000..82369cd
--- /dev/null
+++ b/share/cmake-3.22/Help/envvar/CUDAARCHS.rst
@@ -0,0 +1,13 @@
+CUDAARCHS
+---------
+
+.. versionadded:: 3.20
+
+.. include:: ENV_VAR.txt
+
+Value used to initialize :variable:`CMAKE_CUDA_ARCHITECTURES` on the first
+configuration if it's not already defined. Subsequent runs will use the value
+stored in the cache.
+
+This is a semicolon-separated list of architectures as described in
+:prop_tgt:`CUDA_ARCHITECTURES`.