We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53db9c commit 0c27033Copy full SHA for 0c27033
1 file changed
CMakeLists.txt
@@ -62,7 +62,7 @@ endif()
62
# - Download and initialize RAPIDS CMake helpers -----------------------------
63
64
if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake)
65
- file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake
+ file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.10/RAPIDS.cmake
66
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
67
endif()
68
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
0 commit comments