summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 3e5ea031e4..80f8bd133c 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -50,6 +50,7 @@ class LibraryMapping:
self.packageName = packageName
self.resultVariable = resultVariable
self.appendFoundSuffix = appendFoundSuffix
+ # Allows passing addiitonal arguments to the generated find_package call.
self.extra = extra
self.targetName = targetName