summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/CMP0148-Interp-WARN.cmake
blob: 18f302ddbff6eb0702493a267eefda657e232f28 (plain)
1
2
3
4
5
6
7
# Do not set CMP0148.
set(_FindPythonInterp_testing 1)
include(FindPythonInterp)

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