Skip to content

Commit 9452e96

Browse files
authored
Restore SVS_URL
1 parent 9a3da41 commit 9452e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if (SVS_RUNTIME_ENABLE_LVQ_LEANVEC)
106106
"Pre-built LVQ/LeanVec SVS library requires GCC/G++ v.11.2 to apply LTO optimizations."
107107
"Current compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}"
108108
)
109-
set(SVS_URL "file:///home/eglaser/rafik_split/rafik_submodule/shared_only/shared.tar.gz")
109+
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-dev-NIGHTLY-20251119.tar.gz")
110110
endif()
111111
include(FetchContent)
112112
FetchContent_Declare(

0 commit comments

Comments
 (0)