mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: condition on MPI_FOUND, not USE_MPI
This commit is contained in:
parent
e288a61c59
commit
6cdb905ed7
@ -1172,7 +1172,7 @@ if(dune-alugrid_FOUND)
|
||||
examples/fracture_discretefracture.cpp
|
||||
)
|
||||
endif()
|
||||
if(USE_MPI)
|
||||
if(MPI_FOUND)
|
||||
list (APPEND MAIN_SOURCE_FILES
|
||||
opm/simulators/flow/ReservoirCoupling.cpp
|
||||
opm/simulators/flow/ReservoirCouplingMaster.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user