aboutsummaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-bindings_c_test_unit_third__party_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/foundationdb/files/patch-bindings_c_test_unit_third__party_CMakeLists.txt')
-rw-r--r--databases/foundationdb/files/patch-bindings_c_test_unit_third__party_CMakeLists.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/foundationdb/files/patch-bindings_c_test_unit_third__party_CMakeLists.txt b/databases/foundationdb/files/patch-bindings_c_test_unit_third__party_CMakeLists.txt
deleted file mode 100644
index 4deeb8410767..000000000000
--- a/databases/foundationdb/files/patch-bindings_c_test_unit_third__party_CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
---- bindings/c/test/unit/third_party/CMakeLists.txt.orig 2021-12-07 03:03:34 UTC
-+++ bindings/c/test/unit/third_party/CMakeLists.txt
-@@ -1,18 +1 @@
--# Download doctest repo.
--include(ExternalProject)
--find_package(Git REQUIRED)
--
--ExternalProject_Add(
-- doctest
-- PREFIX ${CMAKE_BINARY_DIR}/doctest
-- GIT_REPOSITORY https://github.com/onqtam/doctest.git
-- GIT_TAG 1c8da00c978c19e00a434b2b1f854fcffc9fba35 # v2.4.0
-- TIMEOUT 10
-- CONFIGURE_COMMAND ""
-- BUILD_COMMAND ""
-- INSTALL_COMMAND ""
-- LOG_DOWNLOAD ON
--)
--
--ExternalProject_Get_Property(doctest source_dir)
--set(DOCTEST_INCLUDE_DIR ${source_dir}/doctest CACHE INTERNAL "Path to include folder for doctest")
-+set(DOCTEST_INCLUDE_DIR /usr/local/include/doctest CACHE INTERNAL "Path to include folder for doctest")