We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2822532 commit f876491Copy full SHA for f876491
cpp/CMakeLists.txt
@@ -433,7 +433,7 @@ if(RAFT_COMPILE_LIBRARY)
433
src/raft_runtime/neighbors/cagra_search.cu
434
src/raft_runtime/neighbors/cagra_serialize.cu
435
src/raft_runtime/neighbors/eps_neighborhood.cu
436
- src/raft_runtime/neighbors/hnsw.cpp
+ $<$<BOOL:${BUILD_CAGRA_HNSWLIB}>:src/raft_runtime/neighbors/hnsw.cpp>
437
src/raft_runtime/neighbors/ivf_flat_build.cu
438
src/raft_runtime/neighbors/ivf_flat_search.cu
439
src/raft_runtime/neighbors/ivf_flat_serialize.cu
0 commit comments