Skip to content

Commit

Permalink
Only require c++20.
Browse files Browse the repository at this point in the history
Signed-off-by: John Sallay <[email protected]>
  • Loading branch information
jsallay committed Sep 28, 2024
1 parent df4bef0 commit 43ebfeb
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('pmt', 'cpp',
version : '0.0.2',
meson_version: '>=0.63.0',
license : 'GPLv3',
default_options : ['cpp_std=c++23', 'warning_level=3'])
default_options : ['cpp_std=c++20', 'warning_level=3'])

cc = meson.get_compiler('cpp')
warnings_as_errors = get_option('warnings_as_errors') # Define this option in your meson_options.txt
Expand Down

0 comments on commit 43ebfeb

Please sign in to comment.