chore: update catch

This commit is contained in:
Alex
2022-10-20 10:56:47 +02:00
parent e8e8ccb6cf
commit 411c6f4b4b
2 changed files with 10 additions and 8 deletions

View File

@ -428,6 +428,7 @@ endif
catch2 = dependency(
'catch2',
version: '>=3.0.0'
fallback: ['catch2', 'catch2_dep'],
required: get_option('tests'),
)