Skip to content

FindPython: add Python_FIND_ABI hint.

Marc Chevrier requested to merge marc.chevrier/cmake:FindPython-FIND_ABI into master

This variable will enable to specify will ABIs will be searched.

On POSIX systems (Unix, MacOS, CYGWIN), different ABIs (pydebug, pymalloc, ...) are supported. These ABIs are not always compatible with each other. So it is important to ensure that the various artifacts selected have same ABI.

Merge request reports