From df106cff35c6f62a298af10e1fbe04e3293b3833 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 14 Oct 2025 17:38:05 -0500 Subject: [PATCH] Test RAFT with CCCL mdspan --- cpp/cmake/thirdparty/get_raft.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/cmake/thirdparty/get_raft.cmake b/cpp/cmake/thirdparty/get_raft.cmake index 7cd7b73a870..a18f4359d83 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -66,8 +66,8 @@ endfunction() # To use a different RAFT locally, set the CMake variable # CPM_raft_SOURCE=/path/to/local/raft find_and_configure_raft(VERSION ${CUGRAPH_MIN_VERSION_raft} - FORK rapidsai - PINNED_TAG ${rapids-cmake-checkout-tag} + FORK bdice + PINNED_TAG cccl-mdspan # When PINNED_TAG above doesn't match cugraph, # force local raft clone in build directory