code-samples
code-samples copied to clipboard
Update CMakeLists.txt
trafficstars
find_package(CUDA QUIET REQUIRED) needs to be added
There should be no need to include FindCUDA as we are enabling the language instead. What issue did you see before you made this change?