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 9a3da41 commit 9452e96Copy full SHA for 9452e96
bindings/cpp/CMakeLists.txt
@@ -106,7 +106,7 @@ if (SVS_RUNTIME_ENABLE_LVQ_LEANVEC)
106
"Pre-built LVQ/LeanVec SVS library requires GCC/G++ v.11.2 to apply LTO optimizations."
107
"Current compiler: ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}"
108
)
109
- set(SVS_URL "file:///home/eglaser/rafik_split/rafik_submodule/shared_only/shared.tar.gz")
+ 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")
110
endif()
111
include(FetchContent)
112
FetchContent_Declare(
0 commit comments