Open
Description
There are several sections in a profile file and the scope of recipes it applies to is not exactly the same: settings
, options
, env
, build_requires
. By default, options
apply only to the consumer, while all the others apply to all the references in the graph. This should be documented [1] [2]. Same for the options/settings that are assigned using the command line.
Related: conan-io/conan#4861