From 355d57d3c3dba93e9b5a6015c3dc57a27fd73901 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Wed, 9 Oct 2024 10:12:43 -0400 Subject: [PATCH] REL v24.10.00 release --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index bbfcaa5c..e3cc80bd 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -83,7 +83,7 @@ At times projects or developers will need to verify ``rapids-cmake`` branches. T # set(rapids-cmake-fetch-via-git "ON") - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.10/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake) include(${CMAKE_CURRENT_BINARY_DIR}/RAPIDS.cmake)