Skip to content

Commit

Permalink
cmake: pull KvikIO from my private repos for testing
Browse files Browse the repository at this point in the history
TODO: before merging, this should be changed to KvikIO main repos
  • Loading branch information
madsbk committed Mar 28, 2022
1 parent 4ca2a74 commit 3356645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_kvikio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ function(find_and_configure_kvikio)
KvikIO 22.04
GLOBAL_TARGETS kvikio::kvikio
# CPM_ARGS GIT_REPOSITORY https://github.com/rapidsai/kvikio.git
CPM_ARGS
CPM_ARGS # TODO: use version tags when they become available
GIT_REPOSITORY https://github.com/madsbk/kvikio.git SOURCE_SUBDIR cpp
GIT_TAG no_cufile # TODO: use version tags when they become available
GIT_TAG used_by_cudf_for_testing
OPTIONS "KvikIO_BUILD_EXAMPLES FALSE" # No need to build the KvikIO example
)
set(KvikIO_INCLUDE_DIR
Expand Down

0 comments on commit 3356645

Please sign in to comment.