提交 39df2d4d 编写于 作者: G groot

fix third-party link error


Former-commit-id: 54782a2d0812e836544ca8667c1ee42a4e934830
上级 a7fed267
...@@ -71,24 +71,21 @@ include_directories(thrift/gen-cpp) ...@@ -71,24 +71,21 @@ include_directories(thrift/gen-cpp)
#target_link_libraries(megasearch zstd) #target_link_libraries(megasearch zstd)
set(third_party_libs set(third_party_libs
boost_system_static
boost_filesystem_static
boost_serialization_static
bzip2
easyloggingpp easyloggingpp
sqlite
# sqlite_orm
thrift
yaml-cpp
faiss faiss
gtest
gtest_main
gmock
lapack lapack
lz4
openblas openblas
rocksdb rocksdb
boost_system_static
boost_filesystem_static
boost_serialization_static
bzip2
lz4
snappy snappy
sqlite
# sqlite_orm
thrift
yaml-cpp
zlib zlib
zstd zstd
) )
......
...@@ -35,19 +35,19 @@ cuda_add_executable(server_test ...@@ -35,19 +35,19 @@ cuda_add_executable(server_test
set(require_libs set(require_libs
stdc++ stdc++
boost_system
boost_filesystem
pthread
snappy
bz2
z
zstd
rocksdb rocksdb
faiss faiss
cudart cudart
cublas cublas
sqlite3 sqlite3
boost_system
boost_filesystem
snappy
z
bz2
zstd
lz4 lz4
pthread
) )
target_link_libraries(server_test target_link_libraries(server_test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册