From 4a200c77041e428221b565467fff9676fd052273 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Thu, 16 Jan 2025 18:31:47 -0800 Subject: [PATCH] Fetch cuco filter alignment fix --- rapids_config.cmake | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rapids_config.cmake b/rapids_config.cmake index 50b1054b7b..0a23c79ca1 100644 --- a/rapids_config.cmake +++ b/rapids_config.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2018-2024, NVIDIA CORPORATION. +# Copyright (c) 2018-2025, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at @@ -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 fetch-filter-fix) + 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}")