mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
7f15c99851
Starting with CUDA 10.2 the nvcc compiler has gained support to automatically forward unknown flags to the host compiler. This behavior is highly desired as projcts that mix CUDA, C, C++ run into situation where flags such as `-pthread` which aren't supported by nvcc, are being applied to all source files and therefore break CUDA compilation.
4.7 KiB
4.7 KiB