You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to build various kde5 packages fails during their cmake:
CMake Error at /sw/lib/qt5-mac/share/ECM/find-modules/FindPythonModuleGeneration.cmake:149 (message):
The max python version in PythonModuleGeneration must be updated.
Call Stack (most recent call first):
src/CMakeLists.txt:71 (find_package)
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: