diff options
author | Kitware Robot <kwrobot@kitware.com> | 2020-07-06 14:14:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-07-06 14:23:20 (GMT) |
commit | 496ec6036fb2b4ebbae000ee362cdfb7704d08de (patch) | |
tree | be76911aac9636943abd9abde6f756fd1c7d8cd4 /Help/policy/CMP0104.rst | |
parent | 0c87afceab51e59537026b9fc39ed3b290e3e54d (diff) | |
download | CMake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.zip CMake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.tar.gz CMake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.tar.bz2 |
Help: Add Sphinx 'versionadded' directives to each top-level document
Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.
Issue: #19715
Diffstat (limited to 'Help/policy/CMP0104.rst')
-rw-r--r-- | Help/policy/CMP0104.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0104.rst b/Help/policy/CMP0104.rst index 8516716..7c7a16e 100644 --- a/Help/policy/CMP0104.rst +++ b/Help/policy/CMP0104.rst @@ -1,6 +1,8 @@ CMP0104 ------- +.. versionadded:: 3.18 + Initialize :variable:`CMAKE_CUDA_ARCHITECTURES` when :variable:`CMAKE_CUDA_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` is ``NVIDIA``. Raise an error if :prop_tgt:`CUDA_ARCHITECTURES` is empty. |