mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix boost compile error (#21374)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
This commit is contained in:
parent
98088e3be6
commit
77de8fc746
@ -31,6 +31,13 @@ class MilvusConan(ConanFile):
|
||||
"aws-sdk-cpp:text-to-speech": False,
|
||||
"aws-sdk-cpp:transfer": False,
|
||||
"gtest:build_gmock": False,
|
||||
"boost:without_fiber": True,
|
||||
"boost:without_json": True,
|
||||
"boost:without_wave": True,
|
||||
"boost:without_math": True,
|
||||
"boost:without_graph": True,
|
||||
"boost:without_graph_parallel": True,
|
||||
"boost:without_nowide": True,
|
||||
}
|
||||
should_build = False
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user