From a9014b7e66a10fb729220b395b351bf9815fcc17 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Sun, 30 Jun 2024 17:34:14 -0700 Subject: [PATCH 1/2] Test custom rapids-cmake --- rapids_config.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rapids_config.cmake b/rapids_config.cmake index 50b1054b7b9..02b25cecfdc 100644 --- a/rapids_config.cmake +++ b/rapids_config.cmake @@ -11,6 +11,11 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= + +set(CPM_DOWNLOAD_cuco ON) +set(rapids-cmake-repo PointKernel/rapids-cmake) +set(rapids-cmake-branch cuco-equal-update) + file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version) if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]]) set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}") From e4b9bb2ef5a75ac8187dd7cea62ee69a935ffc94 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Mon, 1 Jul 2024 09:01:27 -0700 Subject: [PATCH 2/2] Empty Commit