Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
find_package
/
CMP0148-Interp-OLD.cmake
blob: 1879d19053decbd3d44ba6ec4e9f2c389b0485e6 [
file
]
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
()