summarylogtreecommitdiffstats
path: root/use-system-gtest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'use-system-gtest.patch')
-rw-r--r--use-system-gtest.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/use-system-gtest.patch b/use-system-gtest.patch
deleted file mode 100644
index 6966141024c6..000000000000
--- a/use-system-gtest.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- meson.build.orig 2020-11-11 21:17:53.653525712 +0200
-+++ meson.build 2020-11-11 21:20:59.348612388 +0200
-@@ -303,7 +303,7 @@
- endif
-
-
--gtest = subproject('gtest').get_variable('gtest_main_dep')
-+gtest = dependency('gtest_main')
-
- cff_charstring = executable('cff_charstring',
- 'tests/cff_charstring_test.cc',