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 @@ -21,9 +21,10 @@ endif()
21
21
22
22
# Fetch rapids-cmake
23
23
if (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
24
- file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02 /RAPIDS.cmake
24
+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.10 /RAPIDS.cmake
25
25
${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
26
26
endif ()
27
+ set (rapids-cmake-version "25.10" )
27
28
# Initialize rapids-cmake
28
29
include (${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
29
30
# 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