We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d153f commit a0e9f08Copy full SHA for a0e9f08
2 files changed
CMakeLists.txt
@@ -19,9 +19,10 @@ endif()
19
20
# Fetch rapids-cmake
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
+ file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.10/RAPIDS.cmake
23
${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
24
endif()
25
+set(rapids-cmake-version "25.10")
26
# Initialize rapids-cmake
27
include(${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
28
# utilities for generating export set package metadata
cmake/versions.json
@@ -1,7 +1,7 @@
1
{
2
"packages" : {
3
"CCCL" : {
4
- "version" : "2.2.0",
+ "version" : "3.0.1",
5
"git_url" : "https://github.com/NVIDIA/cccl.git",
6
"git_tag" : "v${version}"
7
}
0 commit comments