commit | c841bfd2e88715318a41407555bf7ae41c88ae4d | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Tue Sep 14 15:26:58 2021 -0700 |
committer | Willy Tu <wltu@google.com> | Tue Sep 14 22:55:06 2021 +0000 |
tree | 6948109fd10e92436361c003c1148de5360db785 | |
parent | b69209b498bf9b1c009c528e40280d13e68f8dbd [diff] |
build: Update to c++20 and meson >= 0.57.0 Change-Id: I52b281d6389e7b5fbc3f1c9fd158d9a1ef23b4c6 Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meson.build b/meson.build index 154ef19..d6f5c96 100644 --- a/meson.build +++ b/meson.build
@@ -2,9 +2,9 @@ 'google-ipmi-sys', 'cpp', version: '0.1', - meson_version: '>=0.51.0', + meson_version: '>=0.57.0', default_options: [ - 'cpp_std=c++17', + 'cpp_std=c++20', 'warning_level=3', 'werror=true', ])