Skip to content

Commit 8d001ac

Browse files
committed
fix light option bug
Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com>
1 parent 7499791 commit 8d001ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ endif()
129129

130130
if(WITH_LIGHT)
131131
knowhere_file_glob(GLOB_RECURSE KNOWHERE_SRCS src/common/*.cc
132-
src/index/hnsw/hnsw.cc src/io/*.cc)
132+
src/index/index_factory.cc src/index/hnsw/hnsw.cc src/io/*.cc)
133133
knowhere_file_glob(GLOB_RECURSE KNOWHERE_TRACER_SRCS src/common/tracer.cc
134134
src/common/prometheus_client.cc)
135135
list(REMOVE_ITEM KNOWHERE_SRCS ${KNOWHERE_TRACER_SRCS})

0 commit comments

Comments
 (0)