mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
46371132b3
If a person tried to pass `CUDA_LIBRARIES` to nvcc compiler it could fail as it might have `-pthread` which nvcc doesn't support. Instead we now use the `Threads::Threads` so that nvcc gets the correct `-Xcompiler -pthread` flag.
85 KiB
85 KiB