Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/upstream/master
/
.
/
Tests
/
RunCMake
/
FindPython
/
CrossCompiling-CMP0190.cmake
blob: 37a62bf5f98251b24194301afa47ff50dfa3a9fb [
file
] [
log
] [
blame
] [
edit
]
set
(
CMAKE_CROSSCOMPILING TRUE
)
unset
(
CMAKE_CROSSCOMPILING_EMULATOR
)
enable_language
(
C
)
find_package
(
$
{
PYTHON
}
$
{
Python_REQUESTED_VERSION
}
REQUIRED COMPONENTS
Interpreter
Development
)