mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-07 03:05:07 +00:00
Change Zlib ranges docu (#19676)
* Typo * better wording * Remove spaces
This commit is contained in:

committed by
GitHub

parent
c85da47437
commit
57211c1fbb
@@ -181,9 +181,12 @@ Currently, these are:
|
||||
|
||||
* OpenSSL: `[>=1.1 <4]` for libraries known to be compatible with OpenSSL 1.x and 3.x
|
||||
* CMake: `[>3.XX <4]`, where `3.XX` is the minimum version of CMake required by the relevant build scripts
|
||||
* Zlib: `[>=1.X.Y <2]`, where `1.X.Y` is the minimum version of Zlib required, starting from `1.2.10`
|
||||
* Libcurl: `[>=X.YY <9]`, where `X.YY` is the minimum version of Libcurl required, starting from `7.78`
|
||||
|
||||
> **Note**: You might also see Zlib ranges in some PR by CCI maintainers.
|
||||
> We're adding them little by little to avoid missing binaries and conflict errors.
|
||||
> Please do not open PRs moving Zlib to ranges for now, we'll update this page when PRs are free to add new ranges.
|
||||
|
||||
|
||||
> **Warning**: With Conan 1.x, [version ranges](https://docs.conan.io/1/versioning/version_ranges.html) adhere to a much more strict sematic version spec,
|
||||
> OpenSSL 1.1.x does not follow this so the client will not resolve to that range and will pick a 3.x version. In order to select a lower version you
|
||||
|
Reference in New Issue
Block a user