Skip to content

Commit d9c849b

Browse files
authored
Update to rapids-cmake 24.12 (#557)
1 parent 6e1a539 commit d9c849b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ set(CMAKE_CUDA_STANDARD_REQUIRED ON CACHE STRING "" FORCE)
2727
##############################################################################
2828
# - Download and initialize RAPIDS CMake helpers -----------------------------
2929

30-
set(rapids-cmake-version 24.04)
31-
set(rapids-cmake-sha "365322aca32fd6ecd7027f5d7ec7be50b7f3cc2a")
30+
set(rapids-cmake-version 24.12)
31+
set(rapids-cmake-sha "4cb2123dc08ef5d47ecdc9cc51c96bea7b5bb79c")
3232
if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake)
3333
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-${rapids-cmake-version}/RAPIDS.cmake
3434
${CMAKE_BINARY_DIR}/RAPIDS.cmake)

0 commit comments

Comments
 (0)