summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0148-Interp-WARN.cmake
blob: 53b60af26e1eb0ae63680d99a83d27052f6bf402 (plain)
1
2
3
4
5
6
set(_FindPythonInterp_testing TRUE)
find_package(PythonInterp MODULE)

if(NOT _FindPythonInterp_included)
  message(FATAL_ERROR "FindPythonInterp.cmake not included")
endif()