Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b554dfffd7e4eacce2b88f384bb548761ada4930
/
.
/
Tests
/
RunCMake
/
FindPython
/
SpecifyABI.cmake
blob: 0077bbd4e0b0261600a4dbf6fecd205f541746f4 [
file
]
enable_language
(
C
)
set
(
$
{
PYTHON
}
_FIND_ABI
"ANY;ANY;ANY"
)
find_package
(
$
{
PYTHON
}
REQUIRED COMPONENTS
Development
.
Module
)