pro2cmake: Skip requires "skip build" message for subdir projects
It makes too much noise when configuring. Change-Id: I0a65cb99d0dc9a6c0d288cf548035cca1bea57bc Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
This commit is contained in:
parent
76897659f8
commit
9f6e1abfdb
@ -1700,7 +1700,7 @@ def handle_subdir(
|
||||
grouped_sub_dirs[condition_key] = sub_dir_list_by_key
|
||||
|
||||
# Print any requires() blocks.
|
||||
cm_fh.write(expand_project_requirements(scope))
|
||||
cm_fh.write(expand_project_requirements(scope, skip_message=True))
|
||||
|
||||
# Print the groups.
|
||||
ind = spaces(indent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user