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