amr-wind: remove unused cmake option (#48009)
* amr-wind: remove unused cmake option * Style.
This commit is contained in:
parent
a3543008d9
commit
283eaaf323
@ -140,10 +140,7 @@ def cmake_args(self):
|
||||
]
|
||||
args = [self.define_from_variant("AMR_WIND_ENABLE_%s" % v.upper(), v) for v in vs]
|
||||
|
||||
args += [
|
||||
define("AMR_WIND_ENABLE_ALL_WARNINGS", True),
|
||||
self.define_from_variant("BUILD_SHARED_LIBS", "shared"),
|
||||
]
|
||||
args += [self.define_from_variant("BUILD_SHARED_LIBS", "shared")]
|
||||
|
||||
if spec.satisfies("+mpi"):
|
||||
args.append(define("MPI_HOME", spec["mpi"].prefix))
|
||||
|
Loading…
Reference in New Issue
Block a user