Skip to content

Conversation

@sudonym1
Copy link

cmake 4.0 dropped support for versions <3.5. Since 3.5 was released in 2016, seems reasonable to bump the required version from 3.2 to 3.5

@kshepherd
Copy link

+1, i currently have to manually update CMakeList min version to get the build to work with my cmake 4 env

@ypogribnyi
Copy link

I believe that it's worth changing the version requirement to cmake_minimum_required(VERSION 3.5...4.0) to help with compatibility with future CMake versions. Version 3.5 is the oldest one still accepted by cmake, but everything older than 3.10 is already deprecated and can be removed at any moment.

@clason
Copy link
Contributor

clason commented Nov 7, 2025

superseded by #158 (thanks!)

@clason clason closed this Nov 7, 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.

4 participants