From acd5a321a10b8578f5985b40bcbb6f76f77dac15 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Thu, 19 Oct 2023 23:23:46 +0000 Subject: [PATCH] Use rapids-cmake test branch --- fetch_rapids.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 2c1dd855cb5..bfed7f9b7ae 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -11,6 +11,10 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= + +set(rapids-cmake-repo sleeepyjack/rapids-cmake) +set(rapids-cmake-branch update-cuco-git-tag) + if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.12/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake