Skip to content

Commit

Permalink
Don't need MPI::MPI_C target
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Jan 26, 2022
1 parent 3f20244 commit 3ca2d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ if(HERMES_INTERCEPT_IO)
endif()

if(HERMES_COMMUNICATION_MPI)
find_package(MPI REQUIRED COMPONENTS C CXX)
find_package(MPI REQUIRED COMPONENTS CXX)
message(STATUS "found mpi.h at ${MPI_CXX_INCLUDE_DIRS}")
endif()

Expand Down

0 comments on commit 3ca2d45

Please sign in to comment.