Do not build MRCPP tests (#19569)

This commit is contained in:
Roberto Di Remigio 2020-10-28 16:55:46 +01:00 committed by GitHub
parent 85e6334d6f
commit f4b63db78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,5 +55,6 @@ def cmake_args(self):
"-DENABLE_OPENMP={0}".format("ON" if "+openmp" in
self.spec else "OFF"),
"-DENABLE_MPI={0}".format("ON" if "+mpi" in self.spec else "OFF"),
"-DENABLE_TESTS=OFF",
]
return args