From c3a22fc1366929126e5cecddcebaf49b290db1ac Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 27 Apr 2026 14:34:22 -0500 Subject: [PATCH 1/2] Test rapids-cmake PR 1005 --- cmake/rapids_config.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmake/rapids_config.cmake b/cmake/rapids_config.cmake index c9b1967245a..89a050c7cbe 100644 --- a/cmake/rapids_config.cmake +++ b/cmake/rapids_config.cmake @@ -31,6 +31,12 @@ endif() if(NOT rapids-cmake-version) set(rapids-cmake-version "${RAPIDS_VERSION_MAJOR_MINOR}") endif() +if(NOT rapids-cmake-repo) + set(rapids-cmake-repo bdice/rapids-cmake) +endif() +if(NOT rapids-cmake-sha) + set(rapids-cmake-sha df1572b820ba6321e661daab093a86de786395ad) +endif() if(NOT rapids-cmake-branch) set(rapids-cmake-branch "${RAPIDS_BRANCH}") endif() From 748d315aab5587b127d41c60b287b27a2dba5382 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 6 May 2026 16:19:26 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Bradley Dice --- cmake/rapids_config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/rapids_config.cmake b/cmake/rapids_config.cmake index 89a050c7cbe..4709b5a09d0 100644 --- a/cmake/rapids_config.cmake +++ b/cmake/rapids_config.cmake @@ -35,7 +35,7 @@ if(NOT rapids-cmake-repo) set(rapids-cmake-repo bdice/rapids-cmake) endif() if(NOT rapids-cmake-sha) - set(rapids-cmake-sha df1572b820ba6321e661daab093a86de786395ad) + set(rapids-cmake-sha c0e0bd951684104cd3a56419e44c7be89529b08f) endif() if(NOT rapids-cmake-branch) set(rapids-cmake-branch "${RAPIDS_BRANCH}")