As noted in the linked issue, it looks like the config isn't updated with any of the information from the variant config files passed from the command line (at least, not before the call to find_all_recipes in run_build.py). The current version of the PR fixes the issue of the cdt_name not being recognized by just using the first of the resolved variant configs, which may be a hack.
Fix #284
As noted in the linked issue, it looks like the config isn't updated with any of the information from the variant config files passed from the command line (at least, not before the call to
find_all_recipes
inrun_build.py
). The current version of the PR fixes the issue of thecdt_name
not being recognized by just using the first of the resolved variant configs, which may be a hack.