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" )