Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmake/svs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ if(USE_SVS)
# This file is included from both CMakeLists.txt and python_bindings/CMakeLists.txt
# Set `root` relative to this file, regardless of where it is included from.
get_filename_component(root ${CMAKE_CURRENT_LIST_DIR}/.. ABSOLUTE)
set(SVS_EXPERIMENTAL_CHECK_BOUNDS OFF CACHE BOOL "Disable SVS bounds checking" FORCE)
add_subdirectory(
${root}/deps/ScalableVectorSearch
deps/ScalableVectorSearch
Expand Down
Loading