Project4-CUDA-Rasterizer icon indicating copy to clipboard operation
Project4-CUDA-Rasterizer copied to clipboard

update CMake 3.8 support for CUDA 9, makes CUDA C++ an intrinsically …

Open erwincoumans opened this issue 8 years ago • 0 comments

…supported language

(add_executable instead of cuda_add_executable and add_library instead of cuda_add_library) see https://devblogs.nvidia.com/parallelforall/building-cuda-applications-cmake/

Noticed this project through twitter, here: https://twitter.com/pjcozzi/status/932394589956247553, tried compiling it with Visual Studio 2017, CUDA 9, it failed. This patch makes it work (at least for me).

Project well done, rendering looks great!

erwincoumans avatar Nov 21 '17 01:11 erwincoumans