geant4-vmc: unset MACOSX_DEPLOYMENT_TARGET (#32828)

This commit is contained in:
Laurent Aphecetche
2022-10-06 16:41:08 +02:00
committed by GitHub
parent 70a3868168
commit ca0e023c43

View File

@@ -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")