Add command line flags for host profile.#471
Add command line flags for host profile.#471TobiSchluter wants to merge 2 commits intoconan-io:developfrom
Conversation
|
|
|
I seem to have managed to mess up this patch when copying it between my trees, sorry about the two separate commits. Now it includes the whole change. |
|
Any interest? Just ran into this again when updating. |
|
Thanks for your contribution, and sorry for taking so long to check it. We have been focused on releasing 2.0, and also for the new |
| set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) | ||
| endforeach() | ||
| foreach(ARG ${ARGUMENTS_PROFILE_HOST}) | ||
| conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) |
There was a problem hiding this comment.
This hardcoded check repeated for every profile seems wrong. It seems the previous one for PROFILE_BUILD was a bit legacy and dirty, it shouldn't be done that way.
This seems to be missing. With this, I can cross-build out of the box akin to