Skip to content
Snippets Groups Projects
Unverified Commit 2916ebe7 authored by Valentin V's avatar Valentin V Committed by GitHub
Browse files

[dd4hep] align runtime env with lcg release (#18082)

parent 0788a69f
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ 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_DIR", self.prefix)
env.set("DD4hep_ROOT", self.prefix)
def url_for_version(self, version):
# dd4hep releases are dashes and padded with a leading zero
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment