Skip to content

Commit

Permalink
Remove search for MPI C component.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewreisner committed Jan 30, 2024
1 parent 0a21b1c commit fd212b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/raptorConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if(NOT TARGET raptor AND NOT raptor_BINARY_DIR)
endif()

find_package(Threads REQUIRED)
find_package(MPI COMPONENTS C CXX REQUIRED)
find_package(MPI COMPONENTS CXX REQUIRED)

0 comments on commit fd212b7

Please sign in to comment.