pfunit: fixed a typo (#11843)
This commit is contained in:
parent
f20c97168d
commit
718af821d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user