Skip to content

Commit

Permalink
Removed mpi from generated pc file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier authored Apr 4, 2024
1 parent 1190a1d commit 3a46d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ if (${ENABLE_MPI})
find_package (MPI REQUIRED)
add_definitions (-DENABLE_MPI)
set (OPTIONAL_MPI MPI::MPI_C)
set (OPTIONAL_SERVER_DEPS mpi)
endif ()
# search for mona
if (ENABLE_MONA)
Expand Down

0 comments on commit 3a46d61

Please sign in to comment.