aminya / project_options

A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.

Home Page:https://aminya.github.io/project_options/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conancenter remote name is not conan's default

jmarrec opened this issue · comments

nitially reported in #148 (comment) :

To me the problem is really that it uses a different name that the conan default, so basically it renames conancenter to cci for 99% of users.

conan_add_remote(
NAME
cci
URL
https://center.conan.io
INDEX
0)

This is the conan default:

https://github.com/conan-io/conan/blob/c3fc425871149b12a1d12153bed90a06a3d20132/conans/client/cache/remote_registry.py#L14

CONAN_CENTER_REMOTE_NAME = "conancenter"