Skip to content

Conversation

@6carbon12
Copy link

The previous minimum version was set to 3.0, which was deprecated in CMake 4.0. This caused build failures for users with newer versions of CMake.

Previously, building the project with CMake 4.0 would fail due to the line:
cmake_minimum_required(VERSION 3.0)

This is now bumped to 3.5 to match the new compatibility requirements.

Fixes #946

The previous minimum version was set to 3.0, which was deprecated in
CMake 4.0. This caused build failures for users with newer versions of CMake.

Raising the minimum required version to 3.5 fixes the issue while
maintaining compatibility with existing setups.

Fixes #946
@6carbon12
Copy link
Author

I noticed there's an earlier PR (#935) that also addresses this CMake version bump, but it seems to have stalled and is failing a CIFuzz check.

Happy to revise if needed — just putting this up in case it helps move things forward.

@6carbon12 6carbon12 closed this by deleting the head repository Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update CMakeLists.txt CMake version.

1 participant