From fdd2ceb52ce89483dac4f20c0468ea73e4ed2227 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 26 Apr 2023 00:20:52 -0500 Subject: [PATCH] Test rapids-cmake branch with CCCL updates to 2.1.0. --- fetch_rapids.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 927acfd7b..fcdb97351 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -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-update-2.1.0) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.06/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake )