Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: Use Debian's gtest, don't download anything
--- seqan3.orig/test/seqan3-test.cmake
+++ seqan3/test/seqan3-test.cmake
@@ -221,12 +221,8 @@
     ExternalProject_Add (
         gtest_project
         PREFIX gtest_project
-        GIT_REPOSITORY "https://github.com/google/googletest.git"
-        # we currently have warnings that were introduced in
-        # 03867b5389516a0f185af52672cf5472fa0c159c, which are still available
-        # in "release-1.8.1", see https://github.com/google/googletest/issues/1419
-        GIT_TAG "release-1.10.0"
-        SOURCE_DIR "${SEQAN3_TEST_CLONE_DIR}"
+	DOWNLOAD_COMMAND ""
+	SOURCE_DIR "/usr/src/googletest/"
         CMAKE_ARGS "${gtest_project_args}"
         BUILD_BYPRODUCTS "${gtest_main_path}" "${gtest_path}"
         UPDATE_DISCONNECTED ${SEQAN3_TEST_BUILD_OFFLINE}
