docs icon indicating copy to clipboard operation
docs copied to clipboard

How to declare a configuration in a profile based on the package name

Open uilianries opened this issue 3 years ago • 0 comments

On profiles section, the variable declaration is well defined and related to a single package only:

[settings]
zlib:compiler=clang

However, for conf there is no documentation about:

https://docs.conan.io/en/latest/reference/profiles.html#tools-configurations

For instance, it could be:

boost.tools.build:jobs=2

Which means, for Boost package, Conan will automatically run only 2 jobs.

Related to https://github.com/conan-io/conan-center-index/pull/11588

uilianries avatar Jul 07 '22 12:07 uilianries