Skip to content

Commit

Permalink
bump zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Oct 5, 2023
1 parent f71aa5d commit bba14cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def validate(self):
raise ConanInvalidConfiguration("sqlite3 option enable_column_metadata must be enabled for qt")

def requirements(self):
self.requires("zlib/1.2.13")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.openssl:
self.requires("openssl/[>=1.1 <4]")
if self.options.with_pcre2:
Expand Down

0 comments on commit bba14cc

Please sign in to comment.