summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-07 08:54:11 -0400
committerDavid Robillard <d@drobilla.net>2024-10-11 18:51:19 -0400
commit41733903ef1c1f9724fc81d96862351be73aca44 (patch)
tree3a02bedb5a6e5b6d9a573f5067d5af5993a593e8 /meson_options.txt
parentfbbe8ea49093022bc0384925bb0f245896f1aedf (diff)
downloadraul-41733903ef1c1f9724fc81d96862351be73aca44.tar.gz
raul-41733903ef1c1f9724fc81d96862351be73aca44.tar.bz2
raul-41733903ef1c1f9724fc81d96862351be73aca44.zip
Remove redundant default value for meson option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 8013287..db22870 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,7 +4,7 @@
option('lint', type: 'boolean', value: false, yield: true,
description: 'Run code quality checks')
-option('tests', type: 'feature', value: 'auto', yield: true,
+option('tests', type: 'feature', yield: true,
description: 'Build tests')
option('title', type: 'string', value: 'Raul',