fix: typo

This commit is contained in:
Alex 2022-10-20 10:57:27 +02:00
parent 411c6f4b4b
commit f330e51472
1 changed files with 1 additions and 1 deletions

View File

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