summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2020-06-12 14:30:17 (GMT)
committerRaul Tambre <raul@tambre.ee>2020-06-12 20:13:57 (GMT)
commitec59fb6c315f2797e72cab985110555c63ba65f8 (patch)
treef0d4c250cc029da76f9be52308e1d5eddfa087fe /Help/release
parent0a056246a1839cbb89b72e8f1f65b583f33f794b (diff)
downloadCMake-ec59fb6c315f2797e72cab985110555c63ba65f8.zip
CMake-ec59fb6c315f2797e72cab985110555c63ba65f8.tar.gz
CMake-ec59fb6c315f2797e72cab985110555c63ba65f8.tar.bz2
CUDA: Determine CUDA toolkit location for NVCC
Similar to how we already do for Clang. Avoids a lot of redundant work in FindCUDAToolkit.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.18.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index 027ef5c..db5f62a 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -194,9 +194,13 @@ 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``.
+* 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
---------------------