Skip to content

Commit

Permalink
tell CMake that common depends on phastaIO
Browse files Browse the repository at this point in the history
  • Loading branch information
matthb2 committed Apr 18, 2020
1 parent 38a361e commit 74b2683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phSolver/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if(PHASTA_USE_MPI)
set(PHASTA_COMMON_LIBS ${PHASTA_COMMON_LIBS}
${MPI_LIBRARIES}
${MPI_Fortran_LIBRARIES}
phastaIO
)
endif(PHASTA_USE_MPI)

Expand Down

0 comments on commit 74b2683

Please sign in to comment.