From 6cc9ea84e29cf3f03d7073058da92f76dbf7176d Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 10 Dec 2024 13:10:47 +0100 Subject: [PATCH] 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 --- profiles/cura.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/cura.jinja b/profiles/cura.jinja index f7ff863..310c950 100644 --- a/profiles/cura.jinja +++ b/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