From a1a7ee1c94b4d768e6bfe272ef0a015d5f779f4f Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Thu, 3 Oct 2024 19:18:42 +0200 Subject: [PATCH] CI: use my remote-io-s3 branch --- cpp/cmake/thirdparty/get_kvikio.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cpp/cmake/thirdparty/get_kvikio.cmake b/cpp/cmake/thirdparty/get_kvikio.cmake index 20712beec41..17dcb896926 100644 --- a/cpp/cmake/thirdparty/get_kvikio.cmake +++ b/cpp/cmake/thirdparty/get_kvikio.cmake @@ -1,5 +1,5 @@ # ============================================================================= -# Copyright (c) 2022-2023, NVIDIA CORPORATION. +# Copyright (c) 2022-2024, 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 @@ -15,12 +15,13 @@ # This function finds KvikIO function(find_and_configure_kvikio VERSION) + set(CPM_DOWNLOAD_KvikIO ON) rapids_cpm_find( KvikIO ${VERSION} GLOBAL_TARGETS kvikio::kvikio CPM_ARGS - GIT_REPOSITORY https://github.com/rapidsai/kvikio.git - GIT_TAG branch-${VERSION} + GIT_REPOSITORY https://github.com/madsbk/kvikio.git + GIT_TAG remote-io-s3 GIT_SHALLOW TRUE SOURCE_SUBDIR cpp OPTIONS "KvikIO_BUILD_EXAMPLES OFF" )