From 2dc69dbb459e69229fba48551358a48fc5b8161b Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 11 Jan 2024 17:21:53 -0600 Subject: [PATCH] Try forcing CCCL to be downloaded. --- fetch_rapids.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index ca871c5759..2d09bf560b 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -11,6 +11,8 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= +set(rapids-cmake-repo bdice/rapids-cmake) +set(rapids-cmake-branch cccl-download) if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS.cmake