From 0f1bce2601585b265be4bb1d76ca76a9d3c506a9 Mon Sep 17 00:00:00 2001 From: "Mads R. B. Kristensen" Date: Wed, 2 Oct 2024 12:42:52 +0200 Subject: [PATCH] CI: use https://github.com/rapidsai/kvikio/pull/479 --- cpp/cmake/thirdparty/get_kvikio.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cpp/cmake/thirdparty/get_kvikio.cmake b/cpp/cmake/thirdparty/get_kvikio.cmake index 20712beec41..a593b1c0eb1 100644 --- a/cpp/cmake/thirdparty/get_kvikio.cmake +++ b/cpp/cmake/thirdparty/get_kvikio.cmake @@ -15,12 +15,14 @@ # 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_TAG remote-io-s3 GIT_SHALLOW TRUE SOURCE_SUBDIR cpp OPTIONS "KvikIO_BUILD_EXAMPLES OFF" )