From f330e5147293a2d57c9267982238d2b25dcedf45 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Oct 2022 10:57:27 +0200 Subject: [PATCH] fix: typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3c443a2e..8758c083 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'), )