mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
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
6 lines
161 B
ReStructuredText
6 lines
161 B
ReStructuredText
FindCUDAToolkit-no-nvcc
|
|
-----------------------
|
|
|
|
* The :module:`FindCUDAToolkit` module gained support for finding CUDA toolkits
|
|
that do not contain ``nvcc``.
|