Skip to content
Snippets Groups Projects
Commit 8511d1f1 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Try to fix build by adding direct dependency to openssl

parent e051d477
No related branches found
No related tags found
No related merge requests found
Pipeline #2450 failed
......@@ -12,7 +12,7 @@ class GitRecipe(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = "libcurl/7.86.0", "zlib/1.2.13"
requires = "libcurl/7.86.0", "zlib/1.2.13", "openssl/1.1.1t"
build_requires = "libcurl/7.86.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment