mirror of https://github.com/milvus-io/milvus.git
enhance: Update knowhere commit to fix mac compilation (#36706)
Related to zilliztech/knowhere#879 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/36701/head
parent
0fc2a4aa53
commit
c3d910756b
internal/core/thirdparty/knowhere
|
@ -14,7 +14,7 @@
|
|||
# Update KNOWHERE_VERSION for the first occurrence
|
||||
milvus_add_pkg_config("knowhere")
|
||||
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
|
||||
set( KNOWHERE_VERSION fe0fb15a )
|
||||
set( KNOWHERE_VERSION b2011400 )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
|
||||
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")
|
||||
|
|
Loading…
Reference in New Issue