Some github runners are using cmake 4.0 which doesn't support versions of cmake < 3.5. Using -DCMAKE_POLICY_VERSION_MINIMUM=3.5 seems to work with cmake 4.0 and only causes a warning when using cmake 3.29.1.
Some github runners are using cmake 4.0 which doesn't support versions of cmake < 3.5.
Using -DCMAKE_POLICY_VERSION_MINIMUM=3.5 seems to work with cmake 4.0 and only causes a warning when using cmake 3.29.1.