diff options
Diffstat (limited to 'Help')
-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 --------------------- |