summarylogtreecommitdiffstats
path: root/use-system-gtest.patch
blob: 6966141024c63605a9c4aa9061a224d7e17e8ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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',