diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index 90c73980f9..13543eccc2 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 - MS-90 - Fix arch match incorrect on ARM ## Improvement diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index b4743de7cd..a76986de34 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