Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
include
/
CMP0148-Interp-WARN.cmake
blob: 18f302ddbff6eb0702493a267eefda657e232f28 [
file
] [
log
] [
blame
] [
edit
]
# Do not set CMP0148.
set
(
_FindPythonInterp_testing
1
)
include
(
FindPythonInterp
)
if
(
NOT
_FindPythonInterp_included
)
message
(
FATAL_ERROR
"FindPythonInterp.cmake not included"
)
endif
()