summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2020-11-22 09:03:00 (GMT)
committerRaul Tambre <raul@tambre.ee>2020-11-22 09:30:01 (GMT)
commit440dc98b07d89d3c45c19a9c4ddfbf264081600b (patch)
tree6e59d2b08d631c071f126fedf6e28e15c489e386 /Help
parent4549027a09756d7421651bc8312e4619707f076d (diff)
downloadCMake-440dc98b07d89d3c45c19a9c4ddfbf264081600b.zip
CMake-440dc98b07d89d3c45c19a9c4ddfbf264081600b.tar.gz
CMake-440dc98b07d89d3c45c19a9c4ddfbf264081600b.tar.bz2
CUDA: Clang CUDA 11.1 support
version.txt is gone from CUDA 11.1 installations, but the rest is the same. Instead of looking for version.txt look for <CUDA path>/nvvm/libdevice, which is the main thing that Clang requires (though it also checks for the existence of bin and include). Fixes #21353.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.19.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst
index 961d6c0..a29dc07 100644
--- a/Help/release/3.19.rst
+++ b/Help/release/3.19.rst
@@ -346,3 +346,5 @@ Changes made since CMake 3.19.0 include the following.
it can break projects that were using the property only to
cause the specified language's compiler to be used. This has
been reverted to restore behavior from CMake 3.18 and below.
+
+* CUDA 11.1 support for Clang.