build & config: Don't include common components on early expansion

This commit is contained in:
Sergei Silnov
2022-05-11 15:20:01 +02:00
parent 56bb81228c
commit 07827ea362
3 changed files with 9 additions and 4 deletions

View File

@@ -123,8 +123,6 @@ foreach(__component_target ${__component_targets})
__component_get_requirements()
list(APPEND __component_requires "${__common_reqs}")
# Remove duplicates and the component itself from its requirements
__component_get_property(__component_alias ${__component_target} COMPONENT_ALIAS)
__component_get_property(__component_name ${__component_target} COMPONENT_NAME)