diff --git a/meson.build b/meson.build index 3c443a2..8758c08 100644 --- a/meson.build +++ b/meson.build @@ -428,7 +428,7 @@ endif catch2 = dependency( 'catch2', - version: '>=3.0.0' + version: '>=3.0.0', fallback: ['catch2', 'catch2_dep'], required: get_option('tests'), )