diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 3e5ea031e40..80f8bd133c3 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