summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/cmake/run_pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/run_pro2cmake.py b/util/cmake/run_pro2cmake.py
index 16ad0534cd..cb7181449a 100755
--- a/util/cmake/run_pro2cmake.py
+++ b/util/cmake/run_pro2cmake.py
@@ -110,7 +110,7 @@ def find_all_pro_files(base_path: str, args: argparse.Namespace):
"concurrent",
"xml",
]
- path_suffixes = ["src/{m}/{m}.pro" for m in main_modules]
+ path_suffixes = [f"src/{m}/{m}.pro" for m in main_modules]
for path_suffix in path_suffixes:
if path.endswith(path_suffix):