mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-20 19:55:10 +08:00

I was previously appending to nvcc_flags inside the file loop. This caused the flag to be appended multiple times which freaks out nvcc. Now the flag is specifically handled per file.