Increase required cmake version to 3.15#1325
Open
memark wants to merge 2 commits intoredis:masterfrom
Open
Conversation
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
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 required cmake version to 3.15:
No one seems to be using anything older than 3.15:
neovim/neovim#24004 (comment)
Or 3.22 for that matter. FYI 3.15 is currently the lowest version that doesn't generate deprecation warnings in the latest versions of CMake. I'm all for raising it further to 3.22 if you don't object. (Then we can also raise it downstream in https://github.com/RediSearch/RediSearch, gaining some new features.)
Note
Low Risk
Low risk build-system-only change, but it will break CMake-based builds for users pinned to versions < 3.15.
Overview
Raises the project’s minimum supported CMake version from
3.7.0to3.15.0.Updates CI to stop testing
3.7.0and instead validate builds against3.15.0as the new minimum, plus newer CMake versions.Written by Cursor Bugbot for commit 74b8781. This will update automatically on new commits. Configure here.