From 13ca2e891c04eaf5cfd295477b03043437c87b00 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 27 Nov 2025 13:00:57 +0100 Subject: [PATCH] Use recipes_only for conan-center CURA-12694 This way we will stop using binary packages built by conan and only rely on those we have built ourselves, which should help avoiding binary conflicts in the future. --- remotes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/remotes.json b/remotes.json index e0f7f4a..f0a4198 100644 --- a/remotes.json +++ b/remotes.json @@ -3,7 +3,8 @@ { "name": "conancenter", "url": "https://center2.conan.io", - "verify_ssl": true + "verify_ssl": true, + "recipes_only": true }, { "name": "cura-conan2",