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
Manylinux temporary fix: Downgrade CMake to 3.x via pipx in manylinux
This avoids CMake errors introduced with CMake 4.0 related to 3rd party dependencies with cmake_minimum_required(3.5) or older
This is needed for rapdijson at configure time, and for visualiastion builds the el8 installation of DevIL from source via CMake.
See #1276
0 commit comments