From e1d652ea6fd04be8c3d12e6b4fbf6fa1ad34a848 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpp/cmake/thirdparty/get_kvikio.cmake b/cpp/cmake/thirdparty/get_kvikio.cmake index 20712beec41..ac90ed82902 100644 --- a/cpp/cmake/thirdparty/get_kvikio.cmake +++ b/cpp/cmake/thirdparty/get_kvikio.cmake @@ -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" )