We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8131ab commit 6b54606Copy full SHA for 6b54606
2 files changed
CMakeLists.txt
@@ -21,9 +21,10 @@ endif()
21
22
# Fetch rapids-cmake
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
+ file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.10/RAPIDS.cmake
25
${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
26
endif()
27
+set(rapids-cmake-version "25.10")
28
# Initialize rapids-cmake
29
include(${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)
30
# 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