dd4hep: Fix faulty package configuration (#48236)
This commit is contained in:
parent
d6f71a2afd
commit
21d5fd6ec1
@ -191,7 +191,7 @@ def cmake_args(self):
|
|||||||
"DDEve",
|
"DDEve",
|
||||||
"UtilityApps",
|
"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)))
|
args.append(self.define("DD4HEP_BUILD_PACKAGES", " ".join(enabled_packages)))
|
||||||
return args
|
return args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user