Skip to content

Commit 9ccc9c3

Browse files
committed
Meson: Require catch2 >3.4.0 for building tests
[why] The precompiled library form of the Catch2 framework that we use was introduced in Catch2 3.4.0-1 or something like that. Proposed-by: Fini Jastrow <ulf.fini.jastrow@desy.de> Signed-off-by: Lars Froehlich <lars.froehlich@desy.de>
1 parent f9c92b7 commit 9ccc9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test('all',
1212
executable(meson.project_name() + '_test',
1313
test_src,
1414
dependencies : [
15-
dependency('catch2'),
15+
dependency('catch2', version : '>3.4.0'),
1616
libgit4cpp_dep,
1717
],
1818
),

0 commit comments

Comments
 (0)