summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-17 17:44:56 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-17 17:45:12 (GMT)
commit843c39bf47674460a63936de2dd97e8b536bd680 (patch)
tree68ad194af00af615595616b5205a90f0e13a6a9a /Help
parente66fe75792a2fbe9f3ffe237c748008906ae7116 (diff)
parent4f6ce41446a042b85de368a75974861f221922f7 (diff)
downloadCMake-843c39bf47674460a63936de2dd97e8b536bd680.zip
CMake-843c39bf47674460a63936de2dd97e8b536bd680.tar.gz
CMake-843c39bf47674460a63936de2dd97e8b536bd680.tar.bz2
Merge topic 'doc-relnotes' into release-3.18
4f6ce41446 Help: Fix order of FindCUDAToolkit entry in 3.18 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4910
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.18.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index 072f9aa..2efef88 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -157,6 +157,14 @@ Modules
* The :module:`FindBLAS` module now provides an imported target.
+* The :module:`FindCUDAToolkit` module:
+
+ * gained the variable
+ ``CUDAToolkit_LIBRARY_ROOT``, which is the directory containing the
+ ``nvvm`` directory and ``version.txt``.
+
+ * uses toolkit and library root found during ``CUDA`` compiler detection.
+
* The :module:`FindLAPACK` module now provides an imported target.
* The :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython`
@@ -195,14 +203,6 @@ Modules
.. _`SWIG-Fortran`: https://github.com/swig-fortran/swig
-* The :module:`FindCUDAToolkit` module:
-
- * gained the variable
- ``CUDAToolkit_LIBRARY_ROOT``, which is the directory containing the
- ``nvvm`` directory and ``version.txt``.
-
- * uses toolkit and library root found during ``CUDA`` compiler detection.
-
Generator Expressions
---------------------