Skip to content

Commit e40e5fb

Browse files
committed
Do not pre-compiled SVS binaries but compile from sources
1 parent 537f587 commit e40e5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/svs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(USE_SVS)
4646
GLIBC_2_26_FOUND)
4747
endif()
4848

49-
cmake_dependent_option(SVS_SHARED_LIB "Use SVS pre-compiled shared library" ON "USE_SVS AND GLIBC_FOUND AND SVS_LVQ_SUPPORTED" OFF)
49+
cmake_dependent_option(SVS_SHARED_LIB "Use SVS pre-compiled shared library" OFF "USE_SVS AND GLIBC_FOUND AND SVS_LVQ_SUPPORTED" OFF)
5050
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
5151
if (GLIBC_2_28_FOUND)
5252
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v0.0.11/svs-shared-library-0.0.11-reduced-clang.tar.gz" CACHE STRING "SVS URL")

0 commit comments

Comments
 (0)