Skip to content

Commit c31a082

Browse files
committed
Update rapids-cmake to 25.04.
1 parent c03033b commit c31a082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/NVBenchRapidsCMake.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
macro(nvbench_load_rapids_cmake)
33
if(NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/NVBENCH_RAPIDS.cmake")
44
file(DOWNLOAD
5-
https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.12/RAPIDS.cmake
5+
https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-25.04/RAPIDS.cmake
66
"${CMAKE_CURRENT_BINARY_DIR}/NVBENCH_RAPIDS.cmake"
77
)
88
endif()

0 commit comments

Comments
 (0)