CMP0148-Interp-WARN.cmake 186 B

1234567
  1. # Do not set CMP0148.
  2. set(_FindPythonInterp_testing 1)
  3. include(FindPythonInterp)
  4. if(NOT _FindPythonInterp_included)
  5. message(FATAL_ERROR "FindPythonInterp.cmake not included")
  6. endif()