From db17426458d267df1b8f9f8ee9045a1281660ff2 Mon Sep 17 00:00:00 2001 From: Alex Fender Date: Wed, 14 Apr 2021 15:09:18 -0500 Subject: [PATCH] disabling shallow fetch for cuhoret (#1535) Got rid of the GIT_SHALLOW setting since it should not be enabled by default. Authors: - Alex Fender (https://github.com/afender) --- cpp/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1b15d04bbfd..034de2b85c1 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -273,7 +273,6 @@ FetchContent_Declare( cuhornet GIT_REPOSITORY https://github.com/rapidsai/cuhornet.git GIT_TAG 9cb8e8803852bd895a9c95c0fe778ad6eeefa7ad - GIT_SHALLOW true SOURCE_SUBDIR hornet )