pfunit: fixed a typo (#11843)

This commit is contained in:
Christoph Junghans 2019-06-25 12:06:52 -06:00 committed by Elizabeth Fischer
parent f20c97168d
commit 718af821d1

View File

@ -57,7 +57,7 @@ def cmake_args(self):
if spec.satisfies('+mpi'):
args.extend(['-DMPI=YES', '-DMPI_USE_MPIEXEC=YES',
'-DMPI_Fortran_COMPILER=%s' % spec['mpi'].mpifc])
'-DCMAKE_Fortran_COMPILER=%s' % spec['mpi'].mpifc])
else:
args.append('-DMPI=NO')
return args