We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moving @kmilos comment from #973 into a issue of its own.
maybe it's time to bump CMake minimum required version and simplifyby using imported targets ZLIB::ZLIB and PNG::PNG...
Do you know what minimum cmake version is required for that? I think the current upper limit might be cmake v3.16.3 (Ubuntu 20.04).
3.1 for ZLIB, 3.5 for PNG
The text was updated successfully, but these errors were encountered:
And JPEG::JPEG is available since 3.12
Sorry, something went wrong.
This was also proposed in PR #754. @fancycode Which minimum CMake version is required for packaging? Can we switch to v3.12 ?
Ubuntu Focal (20.04) ships cmake 3.16.3, so 3.12 should be ok. We can probably drop support for older versions of Ubuntu for new releases anyway.
Successfully merging a pull request may close this issue.
Moving @kmilos comment from #973 into a issue of its own.
Do you know what minimum cmake version is required for that? I think the current upper limit might be cmake v3.16.3 (Ubuntu 20.04).
The text was updated successfully, but these errors were encountered: