We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b039b5 commit e286f1aCopy full SHA for e286f1a
1 file changed
CMakeLists.txt
@@ -45,7 +45,7 @@ endif()
45
# - Download and initialize RAPIDS CMake helpers -----------------------------
46
47
if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake)
48
- 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
49
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
50
endif()
51
include(${CMAKE_BINARY_DIR}/RAPIDS.cmake)
0 commit comments