diff options
author | Brad King <brad.king@kitware.com> | 2020-05-14 17:34:58 (GMT) |
---|---|---|
committer | Raul Tambre <raul@tambre.ee> | 2020-05-15 14:46:51 (GMT) |
commit | 70be10cbf4091f873e51937dd6013182fc2740d4 (patch) | |
tree | 5945f31de320b54b34ac5a29785e29d997aef4d8 /Tests | |
parent | 1bdbd4651a60031975021ad62f883b30fb7a5d4e (diff) | |
download | CMake-70be10cbf4091f873e51937dd6013182fc2740d4.zip CMake-70be10cbf4091f873e51937dd6013182fc2740d4.tar.gz CMake-70be10cbf4091f873e51937dd6013182fc2740d4.tar.bz2 |
CUDA: Remove toolkit include dirs from implicit include dirs only with NVIDIA
The special case added by commit 87df637078 (CUDA: Do not treat CUDA
toolkit include directories as implicit, 2020-02-02, v3.17.0-rc1~31^2)
breaks CMake's protections against changing the compiler's implicit
include directory order. Do this only for the NVIDIA compiler where it
is needed as a workaround to another problem. That compiler does not
put the host compiler's implicit include directories in `-I` paths so we
do not detect them as `CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES` anyway.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions