mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 04:44:26 +00:00
6 lines
122 B
CMake
6 lines
122 B
CMake
enable_language(C)
|
|
|
|
set(${PYTHON}_FIND_ABI "ANY;ANY;ANY")
|
|
|
|
find_package(${PYTHON} REQUIRED COMPONENTS Development.Module)
|