mirror of https://github.com/milvus-io/milvus.git
Add zstd support for librdkafka (#25792)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>pull/25834/head
parent
a2f001e132
commit
e0064a7bdc
|
@ -56,6 +56,7 @@ class MilvusConan(ConanFile):
|
|||
generators = ("cmake", "cmake_find_package")
|
||||
default_options = {
|
||||
"librdkafka:shared": True,
|
||||
"librdkafka:zstd": True,
|
||||
"rocksdb:shared": True,
|
||||
"rocksdb:with_zstd": True,
|
||||
"arrow:parquet": True,
|
||||
|
|
Loading…
Reference in New Issue