diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 1dca136c97..3a93d4be6d 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -17,4 +17,6 @@ if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake) ) endif() +set(rapids-cmake-repo KyleFromNVIDIA/rapids-cmake) +set(rapids-cmake-branch generated-resource-spec-build-error) include(${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake)