Skip to content

Commit 0c27033

Browse files
committed
Update to the latest rapids cmake
1 parent e53db9c commit 0c27033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif()
6262
# - Download and initialize RAPIDS CMake helpers -----------------------------
6363

6464
if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake)
65-
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake
65+
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.10/RAPIDS.cmake
6666
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
6767
endif()
6868
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)

0 commit comments

Comments
 (0)