Skip to content

Commit

Permalink
Merge pull request #15149 from rgacogne/ddist-meson-min-version
Browse files Browse the repository at this point in the history
dnsdist: Bump the required version of `meson` to 1.3
  • Loading branch information
rgacogne authored Feb 13, 2025
2 parents 9245a0a + c53d3f1 commit 88e27d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/dnsdistdist/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(
version: run_command('../../builder-support' / 'gen-version', check: true).stdout().strip(),
license: 'GPLv2',
license_files: 'NOTICE',
meson_version: '>= 1.2.1',
meson_version: '>= 1.3.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=2', # TODO Move this to 3 to enable -Wpedantic
Expand Down

0 comments on commit 88e27d5

Please sign in to comment.