Skip to content

Commit

Permalink
Merge pull request #175 from Goddard-Fortran-Ecosystem/hotfix/#164-op…
Browse files Browse the repository at this point in the history
…enmp-once-more

Fixes #164.
  • Loading branch information
tclune authored Dec 18, 2019
2 parents c9003ff + c29711d commit 27f57fc
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 27f57fc

Please sign in to comment.