Browse Source

Update Conan profile for curator to match all versions

Modify the Conan profile by changing `curator*` to `curator/*`, ensuring that the `cppstd=20` setting applies to all versions of the curator package. This change helps maintain consistency across package versions and prevents potential configuration mismatches.

Contribute to NP-637
NP-637_conan_v2_wasm
Jelle Spijker 1 year ago
parent
commit
6cc9ea84e2
  1. 2
      profiles/cura.jinja

2
profiles/cura.jinja

@ -17,7 +17,7 @@ curaengine_grpc_definitions*:compiler.cppstd=20
scripta*:compiler.cppstd=20
umspatial*:compiler.cppstd=20
dulcificum*:compiler.cppstd=20
curator*:compiler.cppstd=20
curator/*:compiler.cppstd=20
[options]
asio-grpc/*:local_allocator=recycling_allocator

Loading…
Cancel
Save