Skip to content

Commit

Permalink
Set minimum meson_version to 0.63.0
Browse files Browse the repository at this point in the history
Fixes following warning:
WARNING: Project specifies a minimum meson_version '>= 0.56.0' but uses features which were added in newer versions:
 * 0.63.0: {'Wrap files with diff_files'}
  • Loading branch information
jcorporation committed Dec 23, 2023
1 parent 23b4688 commit d448d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'mpd',
['c', 'cpp'],
version: '0.24',
meson_version: '>= 0.56.0',
meson_version: '>= 0.63.0',
default_options: [
'c_std=c11',
'build.c_std=c11',
Expand Down

0 comments on commit d448d53

Please sign in to comment.