Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f65fcde17448d80c71755cf82dfa12b92a77c33d
/
.
/
Tests
/
RunCMake
/
FindPython
/
CrossCompiling-HOST.cmake
blob: 2bda06314a0de67e82817ab80175a8e5397bad5e [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0190 NEW
)
set
(
CMAKE_CROSSCOMPILING TRUE
)
set
(
CMAKE_CROSSCOMPILING_EMULATOR
"${CMAKE_COMMAND}"
-
P
raise
-
error
.
cmake
)
enable_language
(
C
)
find_package
(
$
{
PYTHON
}
$
{
Python_REQUESTED_VERSION
}
REQUIRED COMPONENTS
Interpreter
)