upgrade libcurl to fix mac build failed (#21684)

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
pull/21664/head
Enwei Jiao 2023-01-12 19:03:40 +08:00 committed by GitHub
parent c67070ab1f
commit 49f53003e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class MilvusConan(ConanFile):
"yaml-cpp/0.7.0",
"marisa/0.2.6",
"zlib/1.2.13",
"libcurl/7.87.0",
)
generators = "cmake"
default_options = {