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