Skip to content

Commit 6b54606

Browse files
committed
upgrade the CCCL dependency to 3.0.1 and rapids-cmake to 12.10
1 parent f8131ab commit 6b54606

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
@@ -21,9 +21,10 @@ endif()
2121

2222
# Fetch rapids-cmake
2323
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
2525
${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
2626
endif()
27+
set(rapids-cmake-version "25.10")
2728
# Initialize rapids-cmake
2829
include(${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
2930
# 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)