cmake/Tests/RunCMake/include/CMP0146-WARN.cmake

8 lines
154 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
# Do not set CMP0146.
set(_FindCUDA_testing 1)
include(FindCUDA)
if(NOT _FindCUDA_included)
message(FATAL_ERROR "FindCUDA.cmake not included")
endif()