Browse Source

Add scripta compiler standard

pull/6/head
Jelle Spijker 3 years ago committed by GitHub
parent
commit
e378859c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      profiles/cura.jinja

1
profiles/cura.jinja

@ -6,6 +6,7 @@ include(default)
compiler.cppstd=17
curaengine:compiler.cppstd=20
umspatial*:compiler.cppstd=20
scripta:compiler.cppst=20
{% if compiler == 'gcc' %}compiler.libcxx=libstdc++11
{% elif compiler == 'apple-clang' %}compiler.libcxx=libc++
{% elif compiler == 'Visual Studio' %}compiler.toolset=v143

Loading…
Cancel
Save