diff --git a/CMakeLists.txt b/CMakeLists.txt index c9165c3c3770bd9f2cb32b30e3aba01f3cf53ce0..bf1ca3890c595b7ec978ff8b11a91a77cf8927c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,12 @@ add_dependencies(pastix_spm ) ### Generate the lib -if (MPI_FOUND) +if (MPI_C_FOUND) set_target_properties(pastix_spm PROPERTIES COMPILE_FLAGS "${MPI_COMPILE_FLAGS}") -endif (MPI_FOUND) +target_link_libraries(pastix_spm + ${MPI_C_LIBRARIES} + ) +endif (MPI_C_FOUND) install(TARGETS pastix_spm ARCHIVE DESTINATION lib