| Message ID | 20260405192211.1210985-2-laurent.pinchart@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 632d374448de..c3a2cf5fe7ac 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -227,7 +227,6 @@ build-full:debian:13: CXX: g++-13 MESON_OPTIONS: >- ${MESON_ALL_OPTIONS} - -D cpp_std=c++20 -D force_fallback_for=['gtest'] -D qcam=disabled - ARCH: amd64
libcamera now defaults to building with C++20, drop the manual selection of the C++ version that was introduced back when the default was C++17. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-)