From b230864be6a9e5fa25d8a71898de9c0f3beee7d5 Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Mon, 21 Oct 2024 10:01:31 -0700 Subject: [PATCH] Test cuco multiset retrieve version bump --- rapids_config.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rapids_config.cmake b/rapids_config.cmake index 50b1054b7b9..917051fea3a 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 multiset-retrieve) + 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}")