Files
CMake/Help/release/dev/FindCUDAToolkit-no-nvcc.rst
Robert Maynard 7cc815a2a6 CUDAToolkit: Detect CUDA SDK that don't have nvcc
When a CUDA sdk doesn't have nvcc, defer to the existence of
a version.txt file. When we do this fall back we also reconstruct
the CUDA version via version.txt

Fixes #20643
2020-07-30 15:56:52 -04:00

6 lines
161 B
ReStructuredText

FindCUDAToolkit-no-nvcc
-----------------------
* The :module:`FindCUDAToolkit` module gained support for finding CUDA toolkits
that do not contain ``nvcc``.