File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ endif()
19
19
20
20
# Fetch rapids-cmake
21
21
if (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
22
- file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02 /RAPIDS.cmake
22
+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.10 /RAPIDS.cmake
23
23
${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
24
24
endif ()
25
+ set (rapids-cmake-version "25.10" )
25
26
# Initialize rapids-cmake
26
27
include (${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
27
28
# utilities for generating export set package metadata
Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : {
3
3
"CCCL" : {
4
- "version" : " 2.2.0 " ,
4
+ "version" : " 3.0.1 " ,
5
5
"git_url" : " https://github.com/NVIDIA/cccl.git" ,
6
6
"git_tag" : " v${version}"
7
7
}
You can’t perform that action at this time.
0 commit comments