From b986e3af81978b7238f7df7a5517cfbf7ab8fbde Mon Sep 17 00:00:00 2001 From: yah01 Date: Thu, 27 Jul 2023 13:59:03 +0800 Subject: [PATCH] Upgrade Knowhere to 4ba9091 (#25950) Signed-off-by: yah01 --- internal/core/thirdparty/knowhere/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/thirdparty/knowhere/CMakeLists.txt b/internal/core/thirdparty/knowhere/CMakeLists.txt index de4f02f672..569e16da9c 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. #------------------------------------------------------------------------------- -set( KNOWHERE_VERSION e3fbe6e ) +set( KNOWHERE_VERSION 4ba9019 ) message(STATUS "Building knowhere-${KNOWHERE_SOURCE_VER} from source") message(STATUS ${CMAKE_BUILD_TYPE})