Skip to content

Commit

Permalink
CI: use my remote-io-s3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Oct 10, 2024
1 parent 0da1332 commit a1a7ee1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpp/cmake/thirdparty/get_kvikio.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
)
Expand Down

0 comments on commit a1a7ee1

Please sign in to comment.