summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake
blob: ccd04f55f218a6dff1e278d606e1d8801b02895a (plain)
1
2
3
4
5
6
7
cmake_policy(SET CMP0148 NEW)
set(_FindPythonInterp_testing TRUE)
find_package(PythonInterp MODULE)

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