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

Update CMake minimum version, silence compiler warnings #775

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

ktmf01
Copy link
Collaborator

@ktmf01 ktmf01 commented Dec 11, 2024

Fix #774

Some subdirectories had a higher minimum version specified. This
is now 'propagated'. Also, compatibily with newer CMake versions
is now explicity stated.
@ktmf01
Copy link
Collaborator Author

ktmf01 commented Dec 12, 2024

@sezero: In commit cdcf0d5 you made it possible to build the project with CMake 3.5. It seems this has been broken for years, and it seems that since commit 0dfe235 (which was made only a month after your commit) CMake 3.12 is actually required.

Are there any good reasons to keep supporting CMake 3.11 and earlier at this point? It seems nobody complained in the last 5 years?

@sezero
Copy link
Contributor

sezero commented Dec 12, 2024

I guess bumping min required version (to 3.12 or something) should be OK these days

@ktmf01 ktmf01 merged commit 0ef3a5d into xiph:master Dec 12, 2024
16 checks passed
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.

MSYS2 compile warnings
2 participants