diff options
author | Brad King <brad.king@kitware.com> | 2021-04-07 13:50:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-07 14:54:27 (GMT) |
commit | 8e38985db7cb2c66f7fe74919e03e3f3ae0d0c41 (patch) | |
tree | 2972c651e48e5055eaf834b044575714d3edb5a6 /configure | |
parent | f8af94a2124d61e33f71f67b4ae282475314da25 (diff) | |
download | CMake-8e38985db7cb2c66f7fe74919e03e3f3ae0d0c41.zip CMake-8e38985db7cb2c66f7fe74919e03e3f3ae0d0c41.tar.gz CMake-8e38985db7cb2c66f7fe74919e03e3f3ae0d0c41.tar.bz2 |
Makefiles: Fix dependency extraction with CUDA < 10.2 and host compiler
Since commit 2c71d051fa (Makefiles Generators: use compiler for
dependencies generation, 2020-10-18, v3.20.0-rc1~392^2) we invoke `nvcc`
for CUDA < 10.2 a second time in order to generate a depfile. When
`CMAKE_CUDA_HOST_COMPILER` is set, the second invocation is missing its
`-ccbin=` option, even after refactoring in commit 8981e3e7cc
(NVIDIA-CUDA: rely on new capabilities for deps generation, 2020-12-02,
v3.20.0-rc1~362^2).
Ideally we should move the `-ccbin=` flag into `Compiler/NVIDIA-CUDA`,
but that will add `CMAKE_CUDA_HOST_COMPILER` support on Windows in
command-line generators but not the Visual Studio generators.
For now, add the flag to the depfile command specifically.
Fixes: #22037
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions