In #18 it was concluded that colcon accepts just a single occurence of --cmake-args. This is very problematic with mixins. I can't use e.g. rel-with-deb-info mixin and at the same time specify some other custom flags. This makes me completely throw away mixins...
Apart from the missing argparse feature, if this were implemented, is there will to merge such feature?
I also thought about an option to create --cmake-args-append that would explicitly say that it appends to the list, while --cmake-args would behave as before and override the whole list of args.
In #18 it was concluded that colcon accepts just a single occurence of
--cmake-args. This is very problematic with mixins. I can't use e.g.rel-with-deb-infomixin and at the same time specify some other custom flags. This makes me completely throw away mixins...Apart from the missing argparse feature, if this were implemented, is there will to merge such feature?
I also thought about an option to create
--cmake-args-appendthat would explicitly say that it appends to the list, while--cmake-argswould behave as before and override the whole list of args.