From 4d5251b0fabcf1b1bbf890367b6e9e877c7c652d Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 23 Sep 2020 17:41:03 +0100 Subject: meson: Update to C++17 libcamera has moved to using functionality from C++17. Increase the standard used. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6ca80ea..c312f2c 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('simple-cam', 'c', 'cpp', default_options : [ 'werror=true', 'warning_level=2', - 'cpp_std=c++14', + 'cpp_std=c++17', ]) # simple-cam.cpp is the fully commented application -- cgit v1.2.1