We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rapids-cmake
1 parent 6e1a539 commit d9c849bCopy full SHA for d9c849b
1 file changed
CMakeLists.txt
@@ -27,8 +27,8 @@ set(CMAKE_CUDA_STANDARD_REQUIRED ON CACHE STRING "" FORCE)
27
##############################################################################
28
# - Download and initialize RAPIDS CMake helpers -----------------------------
29
30
-set(rapids-cmake-version 24.04)
31
-set(rapids-cmake-sha "365322aca32fd6ecd7027f5d7ec7be50b7f3cc2a")
+set(rapids-cmake-version 24.12)
+set(rapids-cmake-sha "4cb2123dc08ef5d47ecdc9cc51c96bea7b5bb79c")
32
if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake)
33
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-${rapids-cmake-version}/RAPIDS.cmake
34
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
0 commit comments