blob: 1879d19053decbd3d44ba6ec4e9f2c389b0485e6 (
plain)
1
2
3
4
5
6
7
|
cmake_policy(SET CMP0148 OLD)
set(_FindPythonInterp_testing TRUE)
find_package(PythonInterp MODULE)
if(NOT _FindPythonInterp_included)
message(FATAL_ERROR "FindPythonInterp.cmake not included")
endif()
|