You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Conan client, we can specify multiple profiles in the command line.
The applied configuration will be the composition of all the profiles applied in the order they are specified.
This is called "profile composition".
Is it possible to use this feature of Conan client also with conan-package-tools or is not supported?
In my case, I have a default profile or a profile for cross-compilation like raspi and a profile qt_options for all common options to compile the same configured Qt Conan package for Raspberry Pi and my host system.
With Conan client, we can specify multiple profiles in the command line.
The applied configuration will be the composition of all the profiles applied in the order they are specified.
This is called "profile composition".
Is it possible to use this feature of Conan client also with
conan-package-toolsor is not supported?In my case, I have a
defaultprofile or a profile for cross-compilation likeraspiand a profileqt_optionsfor all common options to compile the same configured Qt Conan package for Raspberry Pi and my host system.