Skip to content

Commit fdce60b

Browse files
committed
Adopt the new RAPIDS branch naming convention
1 parent c3bf1dd commit fdce60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)
1818
set(rapids-cmake-version 25.12)
1919
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUCO_RAPIDS.cmake)
2020
file(DOWNLOAD
21-
https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-${rapids-cmake-version}/RAPIDS.cmake
21+
https://raw.githubusercontent.com/rapidsai/rapids-cmake/release/${rapids-cmake-version}/RAPIDS.cmake
2222
${CMAKE_CURRENT_BINARY_DIR}/CUCO_RAPIDS.cmake)
2323
endif()
2424
include(${CMAKE_CURRENT_BINARY_DIR}/CUCO_RAPIDS.cmake)

0 commit comments

Comments
 (0)