mirror of https://github.com/milvus-io/milvus.git
upgrade libcurl to fix mac build failed (#21684)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>pull/21664/head
parent
c67070ab1f
commit
49f53003e9
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue