-
Notifications
You must be signed in to change notification settings - Fork 29
lib/zlib: Bump minimum CMake version to 3.6 #82
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
base: master
Are you sure you want to change the base?
lib/zlib: Bump minimum CMake version to 3.6 #82
Conversation
Out of curiosity, why 3.6? |
The error message mentions that
EDIT: Note that this was building with |
I'll have to fix the CI first. |
FYI: It also seems that CMake version needs to be updated in at least a few more sub-dependencies: |
Looks like it also needs one more update here 1: Footnotes
|
Please don't hesitate to open more PRs, I'll happily merge all I can. |
Re. args, you can push an update to your branch as needed. For the record, < 3.5 means 3.5 is still supported (3.6 would be required if it was <= 3.5; < excludes the provided value). |
Ok, pushed a few more PRs:
Once merged, we need to bump those
|
Ok, pushed here in 53198ac
Makes sense. I must've misread it as |
Fixing CMake version dependency related to: TheAssassin/AppImageLauncher#717