From 7a326aa807ebe99673c6a9b05ac2a79757cb4c20 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 21 Sep 2025 14:00:44 -0700 Subject: [PATCH] upgrade rapids dependency --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a74a33abf..0b24692cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,9 +21,10 @@ endif() # Fetch rapids-cmake if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake) - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.10/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake) endif() +set(rapids-cmake-version "25.10") # Initialize rapids-cmake include(${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake) # utilities for generating export set package metadata