Skip to content
Snippets Groups Projects
Commit 718af821 authored by Christoph Junghans's avatar Christoph Junghans Committed by Elizabeth Fischer
Browse files

pfunit: fixed a typo (#11843)

parent f20c9716
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ def cmake_args(self): ...@@ -57,7 +57,7 @@ def cmake_args(self):
if spec.satisfies('+mpi'): if spec.satisfies('+mpi'):
args.extend(['-DMPI=YES', '-DMPI_USE_MPIEXEC=YES', args.extend(['-DMPI=YES', '-DMPI_USE_MPIEXEC=YES',
'-DMPI_Fortran_COMPILER=%s' % spec['mpi'].mpifc]) '-DCMAKE_Fortran_COMPILER=%s' % spec['mpi'].mpifc])
else: else:
args.append('-DMPI=NO') args.append('-DMPI=NO')
return args return args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment