Skip to content

Commit 77cc0dd

Browse files
committed
Set shared=True for milvus-sdk-cpp
Signed-off-by: yhmo <yihua.mo@zilliz.com>
1 parent 12dc274 commit 77cc0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes/milvus-sdk-cpp/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MilvusSdkCppConan(ConanFile):
1616
"fPIC": [True, False],
1717
}
1818
default_options = {
19-
"shared": False,
19+
"shared": True,
2020
"fPIC": True,
2121
"grpc/*:shared": False,
2222
"protobuf/*:shared": False,

0 commit comments

Comments
 (0)