Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 979b040c authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Add missing libraries and some target_link_libraries

parent a872c47f
No related branches found
No related tags found
No related merge requests found
...@@ -101,9 +101,9 @@ add_dependencies(pastix_spm ...@@ -101,9 +101,9 @@ add_dependencies(pastix_spm
### Generate the lib ### Generate the lib
if (MPI_C_FOUND) if (MPI_C_FOUND)
set_target_properties(pastix_spm PROPERTIES COMPILE_FLAGS "${MPI_COMPILE_FLAGS}") set_target_properties(pastix_spm PROPERTIES COMPILE_FLAGS "${MPI_COMPILE_FLAGS}")
target_link_libraries(pastix_spm target_link_libraries(pastix_spm
${MPI_C_LIBRARIES} ${MPI_C_LIBRARIES}
) )
endif (MPI_C_FOUND) endif (MPI_C_FOUND)
install(TARGETS pastix_spm install(TARGETS pastix_spm
......
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