diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index df9cd36e0aea66c30ea8e8ebe1d34567e0248565..b007b1155181fcbc55174630dbcc7320e63af933 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -6,6 +6,7 @@ Please mark all change in change log and use the ticket from JIRA. ## Bug - MS-80 - Fix server hang issue +- MS-89 - Fix compile failed, libgpufaiss.a link missing ## Improvement - MS-82 - Update server startup welcome message diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index b7d33ea9ad338813416ffeb8af444c74e60d05b5..4826ff2706edba93f270f35ba9109521040a63b5 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -62,6 +62,7 @@ set(third_party_libs sqlite thrift yaml-cpp + gpufaiss faiss lapack openblas