(#19588) [docs] Add zlib and libcurl to the list of allowed version ranges

* Add zlib and sqlite3 to the list of allowed verison ranges

* Sqlite3 -> libcurl

* Swap 2.1 for 1.2, oops
This commit is contained in:
Rubén Rincón Blanco
2023-09-05 17:42:37 +02:00
committed by GitHub
parent cca52d3da5
commit 3d711235cc

View File

@@ -180,7 +180,10 @@ With the introduction of Conan 2.0, we are currently working to allow the use of
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.
* 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`
> **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