From 17a1733ebc462b29184f9bc253e6c7d6eaf0f266 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Fri, 5 May 2017 08:48:22 +0200 Subject: [PATCH] Add missing lapack dependency --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c82abae1..b1456f31 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} ) -- GitLab