Files
CMake/Modules/Compiler
Raul Tambre 0f88b7a592 CUDA: Fix Clang depfile flags when simulating MSVC
__compiler_clang() doesn't call __compiler_gnu() if we're emulating MSVC. Thus
CMAKE_DEPFILE_FLAGS_CUDA remains unset and compiling doesn't work, due to NVCC
dependency injection workaround in CMakeCUDAInformation.cmake, which triggers
for Ninja if they're not set.
Always set the depfile flags to fix this. Most other compiler modules seem to
do the same.
2020-06-08 07:54:51 -04:00
..
2018-01-24 09:09:08 -06:00
2019-01-16 10:41:27 -05:00
2019-10-11 10:22:52 -04:00
2019-10-11 10:22:52 -04:00
2019-10-11 10:22:52 -04:00
2019-10-11 10:22:52 -04:00
2020-01-27 14:04:56 -05:00
2020-03-09 12:02:20 -04:00