Mentions légales du service

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

Add missing dependencies on spm for shared libraries

parent 76a48855
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,11 @@ add_library(pastix_spm ...@@ -80,6 +80,11 @@ add_library(pastix_spm
${spm_sources} ${spm_sources}
) )
target_link_libraries(pastix_spm
${LAPACKE_LIBRARIES}
${CBLAS_LIBRARIES}
)
add_dependencies(pastix_spm add_dependencies(pastix_spm
spm_headers_tgt spm_headers_tgt
) )
......
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