Skip to content

Commit

Permalink
cmake: use GIT_TAG no_cufile
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Mar 22, 2022
1 parent a8782a6 commit 463770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_kvikio.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function(find_and_configure_kvikio)
# CPM_ARGS GIT_REPOSITORY https://github.com/rapidsai/kvikio.git
CPM_ARGS
GIT_REPOSITORY https://github.com/madsbk/kvikio.git SOURCE_SUBDIR cpp
GIT_TAG file_size # TODO: use version tags when they become available
GIT_TAG no_cufile # TODO: use version tags when they become available
OPTIONS "KvikIO_BUILD_EXAMPLES FALSE" # No need to build the KvikIO example
)
set(KvikIO_INCLUDE_DIR
Expand Down

0 comments on commit 463770a

Please sign in to comment.