CMake: raise minimum version#395
Open
gastmaier wants to merge 9 commits into
Open
Conversation
Increase CMake minimum required version to 3.10 to avoid warnings on modern CMake about pre-3.10 legacy behavior, and support to CMake 4. Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Remove cp37/cp38 from CIBW_BUILD (unsupported in cibuildwheel 4.x) Add cp313 for Python 3.13 support Fix CIBW_DEBUG_KEEP_CONTAINER YAML syntax Signed-off-by: Jorge Marques <jorge.marques@analog.com>
gastmaier
force-pushed
the
libiio-v1-cmake-min
branch
from
June 23, 2026 07:54
fb7a5fc to
b3a5702
Compare
Author
|
why 22 and not ubuntu 24? or even 26? |
Note: glog is achieved and recommends to migrate to https://github.com/ng-log/ng-log Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Author
|
@NicuS03 for context, this is to unblocking analogdevicesinc/br2-external#19 i added prs around, for libiio is already merged for both v0 and v1 |
Contributor
|
@gastmaier I fixed the Pipelines and the version for Libiio (to be 1.0) it should work fine. |
gastmaier
commented
Jun 29, 2026
gastmaier
left a comment
Author
There was a problem hiding this comment.
Looks good to me! Thanks!
For the br2-external I previously overwrote (-DCMAKE_MIN...) to 3.10 to unblock, I will now revert the commit that added the workaround
Contributor
|
I can approve this, but it's a bit strange to approve something that I edited 😄, should we find someone else to review this ? |
AlexandraTrifan
approved these changes
Jun 29, 2026
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.
Increase CMake minimum required version to 3.10 to avoid warnings on modern CMake about pre-3.10 legacy behavior, and support to CMake 4.