From 81cf3b36793fb575374f066ab25812081652da46 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 18 Sep 2024 09:43:02 -0700 Subject: [PATCH] move rapids-cmake overrides [skip ci] --- rapids_config.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids_config.cmake b/rapids_config.cmake index 80794e1dad..e01741e7fc 100644 --- a/rapids_config.cmake +++ b/rapids_config.cmake @@ -25,9 +25,9 @@ else() "Could not determine RAPIDS version. Contents of VERSION file:\n${_rapids_version_formatted}") endif() +set(rapids-cmake-repo jameslamb/rapids-cmake) +set(rapids-cmake-branch fmt-and-spdlog) if(NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS-${RAPIDS_VERSION_MAJOR_MINOR}.cmake") - set(rapids-cmake-repo jameslamb/rapids-cmake) - set(rapids-cmake-branch fmt-and-spdlog) file( DOWNLOAD "https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-${RAPIDS_VERSION_MAJOR_MINOR}/RAPIDS.cmake"