From 0fa1b394a05633e9de48ebbe888e143a0605181f Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 19 May 2020 13:05:49 +0100 Subject: meson: Update to C++14 libcamera has moved to using functionality from C++14. Increase the standard used. Signed-off-by: Kieran Bingham --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index aeea801..1bcd2b1 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('elce-cam', 'c', 'cpp', 'werror=true', '-Wno-unused-parameter=true', 'warning_level=2', - 'cpp_std=c++11', + 'cpp_std=c++14', ]) # elce-cam source files -- cgit v1.2.1