Skip to content

Commit

Permalink
meson: increase minimum version to 0.54.1
Browse files Browse the repository at this point in the history
0.54.1 fixed a bug with cmake config files which meson 1.1.0 warns on.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed May 16, 2023
1 parent 56b2ba8 commit 3caa9fc
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(
'exiv2',
'cpp',
version: '1.0.0',
meson_version: '>=0.49.0',
meson_version: '>=0.54.1',
default_options: ['warning_level=0', 'cpp_std=c++17'],
)

Expand Down

1 comment on commit 3caa9fc

@1div0
Copy link
Owner

@1div0 1div0 commented on 3caa9fc May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C001

Please sign in to comment.