From b805b7a50fc5d37c322d2f73d1e3a980b25d8369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Nov 2021 20:51:29 -0400 Subject: Avoid printing configuration summary as a subproject --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 57cf105..a5fea1b 100644 --- a/meson.build +++ b/meson.build @@ -315,7 +315,7 @@ if not get_option('benchmarks').disabled() endif endif -if meson.version().version_compare('>=0.53.0') +if not meson.is_subproject() and meson.version().version_compare('>=0.53.0') summary('Benchmarks', build_benchmarks, bool_yn: true) summary('Tests', get_option('tests'), bool_yn: true) -- cgit v1.2.1