diff --git a/CMakeLists.txt b/CMakeLists.txt
index c82abae11f66b013cae21df5d2398793c59f5a83..b1456f31058d88847e4cda83797c5408305e57a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,6 +82,7 @@ add_library(pastix_spm
 
 target_link_libraries(pastix_spm
   ${LAPACKE_LIBRARIES}
+  ${LAPACK_LIBRARIES}
   ${CBLAS_LIBRARIES}
   )