test/meson.build: eliminate variable gtest_main_dep

This commit is contained in:
Max Kellermann 2023-11-06 17:22:17 +01:00 committed by Max Kellermann
parent 1259fdc2e3
commit 3d2bd08132
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
gtest_main_dep = dependency('gtest', main: true, fallback: ['gtest', 'gtest_main_dep']) gtest_dep = dependency('gtest', main: true,
gtest_dep = declare_dependency( fallback: ['gtest', 'gtest_main_dep'])
dependencies: [gtest_main_dep],
)
subdir('util') subdir('util')
subdir('net') subdir('net')