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
Branches
Tags
No related merge requests found
......@@ -80,6 +80,11 @@ add_library(pastix_spm
${spm_sources}
)
target_link_libraries(pastix_spm
${LAPACKE_LIBRARIES}
${CBLAS_LIBRARIES}
)
add_dependencies(pastix_spm
spm_headers_tgt
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment