From 09ea26dddfadfbbc017ed0ad905e49f1def5e78d Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Sat, 6 Aug 2022 16:10:51 +0200 Subject: [PATCH] Build curaengine with C++20 Currently not possible to build everything with C++20 Due to incompatibility of libnest2d. Contributes to CURA-8830 --- profiles/cura.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/cura.jinja b/profiles/cura.jinja index 49cb87e..709bbcc 100644 --- a/profiles/cura.jinja +++ b/profiles/cura.jinja @@ -10,6 +10,8 @@ compiler.cppstd=17 {% elif compiler == 'apple-clang' %}compiler.libcxx=libc++ {% elif compiler == 'Visual Studio' %}compiler.toolset=v143 {% endif %} +curaengine:compiler.cppstd=20 + [options] [env]