whizard: Make sure to detect LCIO if requested (#40316)
This commit is contained in:
parent
bec873aec9
commit
9e9653ac58
@ -103,6 +103,8 @@ def setup_build_environment(self, env):
|
|||||||
# and seems incompatible with
|
# and seems incompatible with
|
||||||
# filter_compiler_wrappers, thus the
|
# filter_compiler_wrappers, thus the
|
||||||
# actual compilers need to be used to build
|
# actual compilers need to be used to build
|
||||||
|
if self.spec.satisfies("+lcio"):
|
||||||
|
env.set("LCIO", self.spec["lcio"].prefix)
|
||||||
env.set("CC", self.compiler.cc)
|
env.set("CC", self.compiler.cc)
|
||||||
env.set("CXX", self.compiler.cxx)
|
env.set("CXX", self.compiler.cxx)
|
||||||
env.set("FC", self.compiler.fc)
|
env.set("FC", self.compiler.fc)
|
||||||
|
Loading…
Reference in New Issue
Block a user