summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/include/CMP0148-Interp-OLD.cmake
blob: 8905221093ca9207b56b92d65049902457bfdeb8 (plain)
1
2
3
4
5
6
7
cmake_policy(SET CMP0148 OLD)
set(_FindPythonInterp_testing 1)
include(FindPythonInterp)

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