Browse Source

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.
pull/28/head
Erwan MATHIEU 4 months ago committed by GitHub
parent
commit
13ca2e891c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      remotes.json

3
remotes.json

@ -3,7 +3,8 @@
{ {
"name": "conancenter", "name": "conancenter",
"url": "https://center2.conan.io", "url": "https://center2.conan.io",
"verify_ssl": true "verify_ssl": true,
"recipes_only": true
}, },
{ {
"name": "cura-conan2", "name": "cura-conan2",

Loading…
Cancel
Save