Skip to content

Commit e286f1a

Browse files
committed
Use latest rapids cmake
1 parent 0b039b5 commit e286f1a

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
@@ -45,7 +45,7 @@ endif()
4545
# - Download and initialize RAPIDS CMake helpers -----------------------------
4646

4747
if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake)
48-
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake
48+
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.10/RAPIDS.cmake
4949
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
5050
endif()
5151
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)

0 commit comments

Comments
 (0)