diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 40034d59d3..7947d07c99 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -71,24 +71,21 @@ include_directories(thrift/gen-cpp) #target_link_libraries(megasearch zstd) set(third_party_libs + easyloggingpp + sqlite + # sqlite_orm + thrift + yaml-cpp + faiss + lapack + openblas + rocksdb boost_system_static boost_filesystem_static boost_serialization_static bzip2 - easyloggingpp - faiss - gtest - gtest_main - gmock - lapack lz4 - openblas - rocksdb snappy - sqlite -# sqlite_orm - thrift - yaml-cpp zlib zstd ) diff --git a/cpp/unittest/server/CMakeLists.txt b/cpp/unittest/server/CMakeLists.txt index f4ffe07fa8..1d346604f6 100644 --- a/cpp/unittest/server/CMakeLists.txt +++ b/cpp/unittest/server/CMakeLists.txt @@ -35,19 +35,19 @@ cuda_add_executable(server_test set(require_libs stdc++ - boost_system - boost_filesystem - pthread - snappy - bz2 - z - zstd rocksdb faiss cudart cublas sqlite3 + boost_system + boost_filesystem + snappy + z + bz2 + zstd lz4 + pthread ) target_link_libraries(server_test