Skip to content

Commit

Permalink
Small fix (#13)
Browse files Browse the repository at this point in the history
- fix header for monitor
- specify mpi components to cxx
  • Loading branch information
chengcli authored Sep 28, 2023
1 parent 859d750 commit af1519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/parameters.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ SET_IF_EMPTY(MYPATH "")
SET_IF_EMPTY(MPI_OPTION "NOT_MPI_PARALLEL")

if(MPI_OPTION STREQUAL "MPI_PARALLEL")
find_package(MPI REQUIRED)
find_package(MPI COMPONENTS CXX REQUIRED)
endif()

0 comments on commit af1519a

Please sign in to comment.