diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index 84dc344d2ba..edd1b90caf4 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)