mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
3880056be4
* [libzim] WIP * Control gtest * More fixes, test xapian * [xapian] Fix windows and mingw * dllexport * Finish PR * CI baseline * [xapian] Update supports * Fix arm64
14 lines
398 B
Diff
14 lines
398 B
Diff
diff --git a/meson.build b/meson.build
|
|
index d887f9a..270413d 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -81,7 +81,7 @@ else
|
|
icu_dep = dependency('icu-i18n', required:false, static:static_linkage)
|
|
endif
|
|
|
|
-gtest_dep = dependency('gtest', main:true, fallback:['gtest', 'gtest_main_dep'], required:false)
|
|
+gtest_dep = dependency('', required:false)
|
|
|
|
inc = include_directories('include')
|
|
|