summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)