geant4-vmc: unset MACOSX_DEPLOYMENT_TARGET (#32828)
This commit is contained in:
parent
70a3868168
commit
ca0e023c43
1 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,7 @@ class Geant4Vmc(CMakePackage):
|
|||
depends_on("cmake@3.3:", type="build")
|
||||
depends_on("geant4")
|
||||
depends_on("vmc")
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
if self.spec.satisfies("platform=darwin"):
|
||||
env.unset("MACOSX_DEPLOYMENT_TARGET")
|
||||
|
|
Loading…
Reference in a new issue