Fix boost compile error (#21374)

Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>
pull/21362/head
Enwei Jiao 2022-12-26 09:57:29 +08:00 committed by GitHub
parent 98088e3be6
commit 77de8fc746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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