Skip to content

Commit 642f2ea

Browse files
committed
Use dragonfly hnswlib fork
1 parent 81a64c3 commit 642f2ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/external_libs.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ if (WITH_SEARCH)
134134

135135
add_third_party(
136136
hnswlib
137-
URL https://github.com/nmslib/hnswlib/archive/refs/tags/v0.8.0.tar.gz
137+
GIT_REPOSITORY https://github.com/dragonflydb/hnswlib.git
138+
# HEAD of dragonfly branch
139+
GIT_TAG d07dd1da2bf48b85d2f03b8396193ad7120f75c2
138140

139141
BUILD_COMMAND echo SKIP
140142
INSTALL_COMMAND cp -R <SOURCE_DIR>/hnswlib ${THIRD_PARTY_LIB_DIR}/hnswlib/include/

0 commit comments

Comments
 (0)