diff options
author | Raul Tambre <raul@tambre.ee> | 2020-06-12 14:30:17 (GMT) |
---|---|---|
committer | Raul Tambre <raul@tambre.ee> | 2020-06-12 20:13:57 (GMT) |
commit | ec59fb6c315f2797e72cab985110555c63ba65f8 (patch) | |
tree | f0d4c250cc029da76f9be52308e1d5eddfa087fe /Help/release | |
parent | 0a056246a1839cbb89b72e8f1f65b583f33f794b (diff) | |
download | CMake-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.rst | 10 |
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 --------------------- |