Skip to content

Commit

Permalink
(conan-io#21566) cocoyaxi: use version range for libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Dec 5, 2023
1 parent 4b177db commit 93fb1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cocoyaxi/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def configure(self):

def requirements(self):
if self.options.with_libcurl:
self.requires("libcurl/8.2.1")
self.requires("libcurl/[>=7.78.0 <9]")
if self.options.with_libcurl or self.options.with_openssl:
self.requires("openssl/[>=1.1 <4]")

Expand Down

0 comments on commit 93fb1ef

Please sign in to comment.