mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
c504b1c638
Fixes: #27192
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)
|