Skip to content
Snippets Groups Projects
Unverified Commit 21d5fd6e authored by Paul Gessinger's avatar Paul Gessinger Committed by GitHub
Browse files

dd4hep: Fix faulty package configuration (#48236)

parent d6f71a2a
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ def cmake_args(self):
"DDEve",
"UtilityApps",
]
enabled_packages = [p for p in packages if self.spec.variants[package.lower()].value]
enabled_packages = [p for p in packages if self.spec.variants[p.lower()].value]
args.append(self.define("DD4HEP_BUILD_PACKAGES", " ".join(enabled_packages)))
return args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment