Work around CMake bug: #if (defined)->#ifdef

pull/5/head
Damian Rouson 9 years ago
parent 5c72f3fad2
commit a1daf4e306

@ -29,7 +29,7 @@
! POSSIBILITY OF SUCH DAMAGE.
!
!
#if defined(SERIAL_MPI)
#ifdef SERIAL_MPI
! Provide a fake mpi module just to keep the compiler(s) happy.
module mpi
use psb_const_mod

Loading…
Cancel
Save