Skip to content

Commit 0f43b18

Browse files
committed
pin raft
1 parent dd7bb3b commit 0f43b18

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
@@ -60,8 +60,8 @@ endfunction()
6060
# To use a different RAFT locally, set the CMake variable
6161
# CPM_raft_SOURCE=/path/to/local/raft
6262
find_and_configure_raft(VERSION ${RAFT_VERSION}.00
63-
FORK ${RAFT_FORK}
64-
PINNED_TAG ${RAFT_PINNED_TAG}
63+
FORK bdice
64+
PINNED_TAG cccl-mdspan
6565
ENABLE_MNMG_DEPENDENCIES OFF
6666
ENABLE_NVTX OFF
6767
BUILD_STATIC_DEPS ${CUVS_STATIC_RAPIDS_LIBRARIES}

0 commit comments

Comments
 (0)