Skip to content

Commit

Permalink
Fixes #164.
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Dec 18, 2019
1 parent c9003ff commit c29711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PFUNIT.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PFUNIT_LIBRARIES += -lfunit $(FARGPARSE_LIBRARIES)
ifeq ($(USEMPI),YES)
PFUNIT_LIBRARIES += $(subst ;, ,@MPI_Fortran_LIBRARIES@)
endif
PFUNIT_LIBRARIES += @OpenMP_Fortran_LIBRARIES@
PFUNIT_LIBRARIES += $(subst ;, , @OpenMP_Fortran_LIBRARIES@)



Expand Down

0 comments on commit c29711d

Please sign in to comment.