Skip to content

Update minimum cmake required#165

Merged
leofang merged 1 commit intodmlc:mainfrom
vyasr:feat/update_cmake
May 12, 2025
Merged

Update minimum cmake required#165
leofang merged 1 commit intodmlc:mainfrom
vyasr:feat/update_cmake

Conversation

@vyasr
Copy link
Contributor

@vyasr vyasr commented May 12, 2025

This PR updates the minimum required version of CMake. This change is necessary because the CMake 4.0 release removed policies that allowed supporting such old versions of CMake, so having such a low required minimum version of CMake prohibits using the latest versions. CMake 3.16 is already quite old (the release was back in 2019) and it is a reasonable choice based on Linux distro support (for example, it is the supported version for Ubuntu's 20.04 LTS release).

Resolves #162

Loading
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.

CMake 4.0 support

2 participants