mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
[Meson] use gtest_main for fallback
This commit is contained in:
parent
44d63d7485
commit
70b15f9de8
@ -192,7 +192,7 @@ if get_option('SQLITECPP_BUILD_TESTS')
|
||||
gtest_dep = dependency(
|
||||
'gtest',
|
||||
main : true,
|
||||
fallback: ['gtest', 'gtest_dep'])
|
||||
fallback: ['gtest', 'gtest_main_dep'])
|
||||
sqlitecpp_test_dependencies = [
|
||||
gtest_dep,
|
||||
sqlitecpp_static_dep,
|
||||
|
Loading…
x
Reference in New Issue
Block a user