Open dmacks opened 1 year ago
Quick workaround: disable PythonModuleGeneration in whatever package is failing, cf: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6990f098728781bec8178e4b92ecee5aa4430b26
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON
Is there a specific package that this happens on? And what macOS are you using?
Attempting to build various kde5 packages fails during their cmake:
FindPythonModuleGeneration is from extra-cmake-modules, and apparently is choking when it finds various pythonX.X that are newer than existed at the time this ECM was released. I don't know enough cmake to figure out speicifically what the version limits are here and how to fix them.