Find{Threads,MPI}: Add support for CUDA with Clang
Currently CMake passes -Xcompiler -pthread
flags to CUDA compilers
irrespective of the actual CUDA compiler ID.
This MR makes sure the additional -Xcompiler
flag is only used with nvcc.
Topic-rename: cuda-clang-pthreads
Edited by Brad King