summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/cmake/pro2cmake.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 4a88bf95b8..bb5c23f8da 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -623,10 +623,6 @@ def handle_function_value(group: pp.ParseResults):
return str(group)
if function_name == "files":
- if len(function_args) > 1:
- raise RuntimeError(
- "Don't know what to with more than one function argument for $$files()."
- )
return str(function_args[0])
if isinstance(function_args, pp.ParseResults):