Skip to content
Snippets Groups Projects
Commit 723784aa authored by Ben Boeckel's avatar Ben Boeckel Committed by Code Review
Browse files

Merge topic 'mpi4py-dlopen-link' into master

1493ff0c mpi4py: link to CMAKE_DL_LIBS
parents e5b079a2 1493ff0c
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ SET_TARGET_PROPERTIES(
)
TARGET_LINK_LIBRARIES(mpi4py.MPI ${PYTHON_LIBRARY})
TARGET_LINK_LIBRARIES(mpi4py.MPI ${MPI_C_LIBRARIES})
TARGET_LINK_LIBRARIES(mpi4py.MPI ${CMAKE_DL_LIBS})
# --- mpi4py.MPE ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment