Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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
()