Catch2 bump

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
Viktar Lukashonak
2024-01-04 17:22:27 +03:00
parent 3e55d0d7f2
commit 7783c81861
2 changed files with 7 additions and 7 deletions

View File

@ -535,7 +535,7 @@ endif
catch2 = dependency(
'catch2',
version: '>=2.0.0',
version: '>=3.5.1',
fallback: ['catch2', 'catch2_dep'],
required: get_option('tests'),
)