From 8511d1f1289acd646341b462205bb439f6b47326 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Mon, 17 Jul 2023 11:59:46 +0200 Subject: [PATCH] Try to fix build by adding direct dependency to openssl --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index be326c3..da0d4f3 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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" -- GitLab