CUDA compile problems on Windows, Cmake error: No CUDA toolset found
问题 so I've been successfully working on my CUDA program on my Linux but I would like to support Windows platform as well. However, I've been struggling with correctly compiling it. I use : Windows 10 Cmake 3.15 Visual Studio 2017 CUDA Toolkit 10.1 When using the old deprecated Cmake CUDA support of using find_package(CUDA 10.1 REQUIRED) it correctly reports the correct path to the toolkit when using it. However, it is my understanding that the latest Cmake does not properly support the old