Browse Source

Set proper compiler for native cad plugin

pull/25/merge
Erwan MATHIEU 2 months ago committed by GitHub
parent
commit
5ecfdec7e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      profiles/cura.jinja

1
profiles/cura.jinja

@ -21,6 +21,7 @@ uvula*:compiler.cppstd=20
curator/*:compiler.cppstd=20 curator/*:compiler.cppstd=20
arcus*:compiler.cppstd=20 arcus*:compiler.cppstd=20
pyarcus*:compiler.cppstd=20 pyarcus*:compiler.cppstd=20
native_cad_plugin/[>=3.0.0]:compiler.cppstd=20
[options] [options]
asio-grpc/*:local_allocator=recycling_allocator asio-grpc/*:local_allocator=recycling_allocator

Loading…
Cancel
Save