What is your question?
Hi! We use global.conf both to distribute company settings and to use a template for developer settings, for example
core.net.http:cacert_path={{ conan_home_folder }}/certs/ca-certificates.crt
core:required_conan_version=>=2.28
# Generator for cmake by default
# tools.cmake.cmaketoolchain:generator=Ninja
# other ...
Is there a similar global_user.conf as with settings_user.yml to save options that the user has changed or set new ones?
Otherwise, after calling conan config install-pkg, all settings from global.conf will be overwritten.
Have you read the CONTRIBUTING guide?
What is your question?
Hi! We use global.conf both to distribute company settings and to use a template for developer settings, for example
Is there a similar
global_user.confas withsettings_user.ymlto save options that the user has changed or set new ones?Otherwise, after calling
conan config install-pkg, all settings fromglobal.confwill be overwritten.Have you read the CONTRIBUTING guide?