summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-15 13:25:11 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-15 13:25:29 (GMT)
commit7fa5ea130b6f8b70d1c1ddef389ce9e47ac85b4b (patch)
tree966d34a004c446a70ed67e54573ad373ff160d2c /Help
parenta3881d6313776aaf4c1d92b68c5064c9ac5cdcd3 (diff)
parentec59fb6c315f2797e72cab985110555c63ba65f8 (diff)
downloadCMake-7fa5ea130b6f8b70d1c1ddef389ce9e47ac85b4b.zip
CMake-7fa5ea130b6f8b70d1c1ddef389ce9e47ac85b4b.tar.gz
CMake-7fa5ea130b6f8b70d1c1ddef389ce9e47ac85b4b.tar.bz2
Merge topic 'cuda_clang_toolkit_path' into release-3.18
ec59fb6c31 CUDA: Determine CUDA toolkit location for NVCC 0a056246a1 CUDA: Pass toolkit path to Clang 9c43972127 FindCUDAToolkit: Avoid unnecessary temporary variable computing binary dir 9eebb5b8b2 FindCUDAToolkit: Remove unnecessary checks around searches 8f01fe7bf1 FindCUDAToolkit: Use list(SORT) to sort in natural order 8c144fe9ad FindCUDAToolkit: Compute CUDAToolkit_INCLUDE_DIR instead of searching 403f8d31e3 FindCUDAToolkit: Add CUDAToolkit_LIBRARY_ROOT 6636693134 FindCUDAToolkit: Re-unify with Internal/CUDAToolkit Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4828
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.18.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index 71f9d85..db5f62a 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -194,6 +194,14 @@ 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
---------------------