Workaround for knowhere under windows (#16214)

issue #16205

Signed-off-by: Ji Bin <matrixji@live.com>
This commit is contained in:
Ji Bin 2022-03-28 17:41:27 +08:00 committed by GitHub
parent 1cebf13b5f
commit 4f08f6d8c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,9 @@ endif ()
if (MSYS)
# TODO(matrixji) replace with official release after `support windows` merged/tagged
# windows adaptation + milvus-io/knowhere@v1.0.1
set (KNOWHERE_SOURCE_URL "https://github.com/matrixji/knowhere/archive/refs/tags/windows-int-20220310-p1.tar.gz")
set (KNOWHERE_SOURCE_MD5 "7a75cbaa68377f0c310e7f71bfd7becf")
# windows adaptation + milvus-io/knowhere@v1.1.1
set (KNOWHERE_SOURCE_URL "https://github.com/matrixji/knowhere/archive/refs/tags/v1.1.1-windows-adaptation.tar.gz")
set (KNOWHERE_SOURCE_MD5 "c7a483a9edd618e6d5519af5109fcce7")
endif (MSYS)
macro(build_knowhere)