summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
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)