Skip to content

Commit d68f548

Browse files
committed
:Merge branch 'rfsaliev/cpp-runtime-binding' into eglaser/cpp-bindings-public-only
2 parents 93e3290 + f72df73 commit d68f548

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
@@ -104,7 +104,7 @@ if (SVS_RUNTIME_ENABLE_LVQ_LEANVEC)
104104
else()
105105
# Links to LTO-enabled static library, requires GCC/G++ 11.2
106106
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "11.2" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "11.3")
107-
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"
107+
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251119-807-lto.tar.gz"
108108
CACHE STRING "URL to download SVS shared library")
109109
else()
110110
message(WARNING

0 commit comments

Comments
 (0)