Skip to content

Commit d113e7c

Browse files
authored
[Fix] pin raft dependent to rapidsai (#299)
Authors: - rhdong (https://github.com/rhdong) Approvers: - Bradley Dice (https://github.com/bdice) URL: #299
1 parent 1d6e8da commit d113e7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/cmake/thirdparty/get_raft.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ endfunction()
6161
# To use a different RAFT locally, set the CMake variable
6262
# CPM_raft_SOURCE=/path/to/local/raft
6363
find_and_configure_raft(VERSION ${RAFT_VERSION}.00
64-
FORK rhdong
65-
PINNED_TAG half_knn
64+
FORK ${RAFT_FORK}
65+
PINNED_TAG ${RAFT_PINNED_TAG}
6666
ENABLE_MNMG_DEPENDENCIES OFF
6767
ENABLE_NVTX OFF
6868
USE_RAFT_STATIC ${CUVS_USE_RAFT_STATIC}

0 commit comments

Comments
 (0)