mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 01:39:58 -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)
|