From 9f6e1abfdb8bf3f0ff9484f1ef16f0b93b23a3c9 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 23 Sep 2019 14:08:43 +0200 Subject: pro2cmake: Skip requires "skip build" message for subdir projects It makes too much noise when configuring. Change-Id: I0a65cb99d0dc9a6c0d288cf548035cca1bea57bc Reviewed-by: Simon Hausmann Reviewed-by: Qt CMake Build Bot --- util/cmake/pro2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index 84dc344d2b..edd1b90caf 100755 --- a/util/cmake/pro2cmake.py +++ b/util/cmake/pro2cmake.py @@ -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) -- cgit v1.2.3