Skip to content

Commit

Permalink
Bump project to C++11 in build system
Browse files Browse the repository at this point in the history
This is required for some of the std::atomic usages (from the recent
patches) under macOS.
  • Loading branch information
mqudsi committed Jun 28, 2021
1 parent e7801e7 commit 18dc0e5
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
@@ -1,5 +1,5 @@
project('pevents', ['cpp'],
default_options: ['warning_level=3'])
default_options: ['warning_level=3', 'cpp_std=c++11'])

args = []
if get_option('wfmo')
Expand Down

0 comments on commit 18dc0e5

Please sign in to comment.