Open hpesoj opened 1 year ago
I've realized that we can build protobuf
with with_zlib=False
as we don't actually use the compression features, so we can avoid this specific error.
This issue suggests that this is a limitation of Conan 1, and that this error is happening because protobuf
should have been updated to zlib/1.3
at the same time as pcre2/10.40
? Will upgrading to Conan 2 avoid this issue of conflicting transitive tool dependencies?
What is your question?
It seems the version of
zlib
thatpcre2
depends on was updated recently. Now thisconanfile.py
:Results in this error:
But it seems there is no
"override"
option for build dependencies. How can I fix this?Using Conan 1.54.0 on Ubuntu 20.04.