mirror of https://github.com/milvus-io/milvus.git
Add libzstd-dev to solve the linking error
Former-commit-id: 993f2b5e526a3d073820f80b8ce473842ab937b5pull/191/head
parent
faa2c4b4b1
commit
675777d072
|
@ -60,6 +60,7 @@ set(server_libs
|
|||
snappy
|
||||
bz2
|
||||
z
|
||||
zstd
|
||||
)
|
||||
|
||||
target_link_libraries(vecwise_server ${server_libs})
|
||||
|
|
Loading…
Reference in New Issue