mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-07 03:05:07 +00:00
(#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:

committed by
GitHub

parent
cca52d3da5
commit
3d711235cc
@@ -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
|
||||
|
Reference in New Issue
Block a user