mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06: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)
|