[dd4hep] update env var (#22218)

This commit is contained in:
Valentin Volkl 2021-03-12 19:10:07 +01:00 committed by GitHub
parent 61baa40160
commit cf29ee6b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ def cmake_args(self):
def setup_run_environment(self, env):
# used p.ex. in ddsim to find DDDetectors dir
env.set("DD4hepINSTALL", self.prefix)
env.set("DD4HEP", self.prefix.examples)
env.set("DD4hep_DIR", self.prefix)
env.set("DD4hep_ROOT", self.prefix)