cmake version in arch repo is extra/cmake 4.2.2-2.
Building throws this error initially
Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
updating the minimum version fails to build llvm_project
cmake version in arch repo is extra/cmake 4.2.2-2.
Building throws this error initially
Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
updating the minimum version fails to build llvm_project