Skip to content

Commit 4e04cab

Browse files
committed
revert get_raft.cmake
1 parent 40fd155 commit 4e04cab

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

0 commit comments

Comments
 (0)