Skip to content

Commit

Permalink
Revert "add REQUIRED_HEADERS for TriBITS MPI TPL" (TriBITSPub/TriBITS…
Browse files Browse the repository at this point in the history
…#534)

This reverts commit e49070d.

This causes configure failures.
  • Loading branch information
bartlettroscoe committed Oct 23, 2022
1 parent b7f3209 commit dbc5f6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/tribits/core/std_tpls/FindTPLMPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ if(WIN32 AND TPL_ENABLE_MPI)
global_set(TPL_MPI_LIBRARIES ${MPI_LIBRARIES})
endif()

tribits_tpl_find_include_dirs_and_libraries(
MPI
REQUIRED_HEADERS mpi.h)
tribits_tpl_find_include_dirs_and_libraries(MPI)

# NOTE: Above, we need to generate the MPI::all_libs target and the
# MPIConfig.cmake file that will also provide the MPI::all_libs target.

0 comments on commit dbc5f6b

Please sign in to comment.