Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Update minimum CMake version to 3.10 #154

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

scribam
Copy link
Contributor

@scribam scribam commented Dec 29, 2024

Same as #113, support for CMake versions lower than 3.10 have been deprecated with CMake 3.31

Compatibility with versions of CMake older than 3.10 is now deprecated and will be removed from a future version. Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue a deprecation diagnostic.

Source: https://cmake.org/cmake/help/latest/release/3.31.html#deprecated-and-removed-features

@btzy
Copy link
Owner

btzy commented Dec 29, 2024

Thanks!

@btzy btzy force-pushed the cmake-minimum-required branch from 4f79486 to 8f242b7 Compare January 1, 2025 17:06
@btzy btzy merged commit 29e3bcb into btzy:master Jan 1, 2025
31 checks passed
@scribam scribam deleted the cmake-minimum-required branch January 1, 2025 17:50
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.

2 participants