[Question] Can I use profile composition with cpt? #598
Labels
complex: low
component: build
Build helpers, build systems...
priority: low
stage: queue
type: feature
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 likeraspi
and a profileqt_options
for all common options to compile the same configured Qt Conan package for Raspberry Pi and my host system.The text was updated successfully, but these errors were encountered: