From d14b44c302ff742eaa2bf140c2154796a11c159e Mon Sep 17 00:00:00 2001 From: Greyson Christoforo Date: Sun, 24 Oct 2021 12:27:37 +0100 Subject: [PATCH] C++14 --> C++17 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 91a2234..dab90be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -78,7 +78,7 @@ build() { cd FreeCAD cmake -Wno-dev -G Ninja -B build_dir -S . \ - -D BUILD_ENABLE_CXX_STD=C++14 \ + -D BUILD_ENABLE_CXX_STD=C++17 \ -D BUILD_QT5=ON \ -D BUILD_FEM=ON \ -D BUILD_MESH=ON \