Skip to content

Commit

Permalink
disabling shallow fetch for cuhoret (#1535)
Browse files Browse the repository at this point in the history
Got rid of the GIT_SHALLOW setting since it should not be enabled by default.

Authors:
- Alex Fender (https://github.com/afender)
  • Loading branch information
afender authored Apr 14, 2021
1 parent 0cc951f commit db17426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ FetchContent_Declare(
cuhornet
GIT_REPOSITORY https://github.com/rapidsai/cuhornet.git
GIT_TAG 9cb8e8803852bd895a9c95c0fe778ad6eeefa7ad
GIT_SHALLOW true
SOURCE_SUBDIR hornet
)

Expand Down

0 comments on commit db17426

Please sign in to comment.