We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e060044 commit f177c40Copy full SHA for f177c40
1 file changed
cmake/svs.cmake
@@ -88,6 +88,7 @@ if(USE_SVS)
88
# This file is included from both CMakeLists.txt and python_bindings/CMakeLists.txt
89
# Set `root` relative to this file, regardless of where it is included from.
90
get_filename_component(root ${CMAKE_CURRENT_LIST_DIR}/.. ABSOLUTE)
91
+ set(SVS_EXPERIMENTAL_CHECK_BOUNDS OFF CACHE BOOL "Disable SVS bounds checking" FORCE)
92
add_subdirectory(
93
${root}/deps/ScalableVectorSearch
94
deps/ScalableVectorSearch
0 commit comments