diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-07-24 20:36:15 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2020-07-30 19:56:52 (GMT) |
commit | 7cc815a2a6bb521f18bd6509cd04f73fda80e18f (patch) | |
tree | c7d60d645e3567282cc30fa4335deee376c664b9 /Help | |
parent | 37e27aa552c89f56a3b7c1bee048d8693da36cee (diff) | |
download | CMake-7cc815a2a6bb521f18bd6509cd04f73fda80e18f.zip CMake-7cc815a2a6bb521f18bd6509cd04f73fda80e18f.tar.gz CMake-7cc815a2a6bb521f18bd6509cd04f73fda80e18f.tar.bz2 |
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
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindCUDAToolkit-no-nvcc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindCUDAToolkit-no-nvcc.rst b/Help/release/dev/FindCUDAToolkit-no-nvcc.rst new file mode 100644 index 0000000..e815876 --- /dev/null +++ b/Help/release/dev/FindCUDAToolkit-no-nvcc.rst @@ -0,0 +1,5 @@ +FindCUDAToolkit-no-nvcc +----------------------- + +* The :module:`FindCUDAToolkit` module gained support for finding CUDA toolkits + that do not contain ``nvcc``. |