Skip to content

Commit a0e9f08

Browse files
committed
upgrade the CCCL dependency to 3.0.1 and rapids-cmake to 12.10
1 parent 63d153f commit a0e9f08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ endif()
1919

2020
# Fetch rapids-cmake
2121
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
2323
${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
2424
endif()
25+
set(rapids-cmake-version "25.10")
2526
# Initialize rapids-cmake
2627
include(${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
2728
# utilities for generating export set package metadata

cmake/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages" : {
33
"CCCL" : {
4-
"version" : "2.2.0",
4+
"version" : "3.0.1",
55
"git_url" : "https://github.com/NVIDIA/cccl.git",
66
"git_tag" : "v${version}"
77
}

0 commit comments

Comments
 (0)