Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
find_package
/
CMP0148-Interp-NEW.cmake
blob: ccd04f55f218a6dff1e278d606e1d8801b02895a [
file
]
cmake_policy
(
SET CMP0148 NEW
)
set
(
_FindPythonInterp_testing
TRUE
)
find_package
(
PythonInterp
MODULE
)
if
(
_FindPythonInterp_included
)
message
(
FATAL_ERROR
"FindPythonInterp.cmake erroneously included"
)
endif
()