7 lines
143 B
CMake
7 lines
143 B
CMake
set(_FindCUDA_testing TRUE)
|
|
find_package(CUDA MODULE)
|
|
|
|
if(NOT _FindCUDA_included)
|
|
message(FATAL_ERROR "FindCUDA.cmake not included")
|
|
endif()
|