summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-08-13 10:11:55 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-08-13 19:31:59 +0200
commit349f969cbcdcc1e3ca628f5a38ebae127e5d56cf (patch)
tree3242937c50f2cbfedd7e801961990f65379084e9 /util
parent048debe8f9a99bfd5db44b48657c4e1bc28c3448 (diff)
helper.py: document extra parameter
Change-Id: Ib21a682af70a6f46fc4b1c779f3d462193209cce Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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