Browse Source

compile pysavitar with c++17

Contribute to NP-202
pull/13/head
Jelle Spijker 2 years ago
parent
commit
f4eec29e03
No known key found for this signature in database
GPG Key ID: E9129B3096F4E72
  1. 3
      profiles/cura.jinja

3
profiles/cura.jinja

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

Loading…
Cancel
Save