Browse Source

compile pynest2d with c++17

Contribute to NP-202
runner/Windows/X64
Jelle Spijker 2 years ago
parent
commit
b73c27635a
No known key found for this signature in database
GPG Key ID: E9129B3096F4E72
  1. 1
      profiles/cura.jinja

1
profiles/cura.jinja

@ -6,6 +6,7 @@ include(default)
[settings]
compiler.cppstd=20
nest2d:compiler.cppstd=17
pynest2d:compiler.cppstd=17
{% if compiler == 'gcc' %}compiler.libcxx=libstdc++11
{% elif compiler == 'apple-clang' %}compiler.libcxx=libc++

Loading…
Cancel
Save