未验证 提交 77de8fc7 编写于 作者: E Enwei Jiao 提交者: GitHub

Fix boost compile error (#21374)

Signed-off-by: NEnwei Jiao <enwei.jiao@zilliz.com>
上级 98088e3b
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册