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