Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c8ea0ba3be2d1610aa3056dc20f0c8ee2fd4dcd4
/
.
/
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
)