From e3eb4d8cfdd8908577c18f20356c9b8fe00de188 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Sun, 19 Jun 2022 16:20:49 +0200 Subject: [PATCH] Bump up Visual Studio Compiler toolset to v143 Need to compile Python Contributes to CURA-9365 --- profiles/cura.jinja | 2 +- profiles/cura_build.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/cura.jinja b/profiles/cura.jinja index b9ea80e..49cb87e 100644 --- a/profiles/cura.jinja +++ b/profiles/cura.jinja @@ -8,7 +8,7 @@ os_build='{{ {'Darwin': 'Macos'}.get(platform.system(), platform.system()) }}' compiler.cppstd=17 {% if compiler == 'gcc' %}compiler.libcxx=libstdc++11 {% elif compiler == 'apple-clang' %}compiler.libcxx=libc++ -{% elif compiler == 'Visual Studio' %}compiler.toolset=v142 +{% elif compiler == 'Visual Studio' %}compiler.toolset=v143 {% endif %} [options] diff --git a/profiles/cura_build.jinja b/profiles/cura_build.jinja index b9ea80e..49cb87e 100644 --- a/profiles/cura_build.jinja +++ b/profiles/cura_build.jinja @@ -8,7 +8,7 @@ os_build='{{ {'Darwin': 'Macos'}.get(platform.system(), platform.system()) }}' compiler.cppstd=17 {% if compiler == 'gcc' %}compiler.libcxx=libstdc++11 {% elif compiler == 'apple-clang' %}compiler.libcxx=libc++ -{% elif compiler == 'Visual Studio' %}compiler.toolset=v142 +{% elif compiler == 'Visual Studio' %}compiler.toolset=v143 {% endif %} [options]