Do not build MRCPP tests (#19569)
This commit is contained in:
parent
85e6334d6f
commit
f4b63db78f
@ -55,5 +55,6 @@ def cmake_args(self):
|
|||||||
"-DENABLE_OPENMP={0}".format("ON" if "+openmp" in
|
"-DENABLE_OPENMP={0}".format("ON" if "+openmp" in
|
||||||
self.spec else "OFF"),
|
self.spec else "OFF"),
|
||||||
"-DENABLE_MPI={0}".format("ON" if "+mpi" in self.spec else "OFF"),
|
"-DENABLE_MPI={0}".format("ON" if "+mpi" in self.spec else "OFF"),
|
||||||
|
"-DENABLE_TESTS=OFF",
|
||||||
]
|
]
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user