We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7bb3b commit 0f43b18Copy full SHA for 0f43b18
1 file changed
cpp/cmake/thirdparty/get_raft.cmake
@@ -60,8 +60,8 @@ endfunction()
60
# To use a different RAFT locally, set the CMake variable
61
# CPM_raft_SOURCE=/path/to/local/raft
62
find_and_configure_raft(VERSION ${RAFT_VERSION}.00
63
- FORK ${RAFT_FORK}
64
- PINNED_TAG ${RAFT_PINNED_TAG}
+ FORK bdice
+ PINNED_TAG cccl-mdspan
65
ENABLE_MNMG_DEPENDENCIES OFF
66
ENABLE_NVTX OFF
67
BUILD_STATIC_DEPS ${CUVS_STATIC_RAPIDS_LIBRARIES}
0 commit comments