fix: typo
parent
411c6f4b4b
commit
f330e51472
|
@ -428,7 +428,7 @@ endif
|
|||
|
||||
catch2 = dependency(
|
||||
'catch2',
|
||||
version: '>=3.0.0'
|
||||
version: '>=3.0.0',
|
||||
fallback: ['catch2', 'catch2_dep'],
|
||||
required: get_option('tests'),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue