[Docs/CMake] Set CMake minimum to 3.30 everywhere#2126
Merged
servantftransperfect merged 1 commit intoMay 25, 2026
Conversation
Contributor
|
I do use cmake 4+ daily and av is working correctly. The process of upgrading the dependencies is ongoing. |
Contributor
Author
That is good to hear! Some dependencies will probably never be compatible (flann for example), because they seem to be not maintained. But I already experimented with overlaying |
Contributor
|
For those dependencies, we "maintain" forks on aliceVision. |
Contributor
Author
|
Right, I thought that only applied to non-CMake based dependencies. Makes my life even easier :D. |
Updated INSTALL.md, INSTALL_macOS.md and MakeBundle.cmake to match change introduced in a2fea48. Signed-off-by: Philipp Remy <philipp@philippremy.net>
54530ab to
8e7a660
Compare
servantftransperfect
approved these changes
May 25, 2026
24a17d4
into
alicevision:develop
2 of 5 checks passed
Contributor
|
Thanks, merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just a small fix (especially for docs) to accomodate for the change introduced in a2fea48, which set the minimum CMake version to 3.30.
Something we could consider is to hard-error on any CMake 4.X, because at least when building some embedded dependencies it can cause problems. However, I don't know if AliceVision itself can handle CMake 4.X and I cannot really test that, because I only have a Mac and must always build all dependencies. I therefore left it as-is and only kept the upper bound for building on Apple platforms.