We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537f587 commit e40e5fbCopy full SHA for e40e5fb
cmake/svs.cmake
@@ -46,7 +46,7 @@ if(USE_SVS)
46
GLIBC_2_26_FOUND)
47
endif()
48
49
- cmake_dependent_option(SVS_SHARED_LIB "Use SVS pre-compiled shared library" ON "USE_SVS AND GLIBC_FOUND AND SVS_LVQ_SUPPORTED" OFF)
+ cmake_dependent_option(SVS_SHARED_LIB "Use SVS pre-compiled shared library" OFF "USE_SVS AND GLIBC_FOUND AND SVS_LVQ_SUPPORTED" OFF)
50
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
51
if (GLIBC_2_28_FOUND)
52
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