summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/include/CMP0146-WARN.cmake
blob: bce1ae851467e97a2e324cc740fc961ffc9c4920 (plain)
1
2
3
4
5
6
7
# Do not set CMP0146.
set(_FindCUDA_testing 1)
include(FindCUDA)

if(NOT _FindCUDA_included)
  message(FATAL_ERROR "FindCUDA.cmake not included")
endif()