From 834f580c72e724c6b373ebe19d5d3e7a388326e0 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Mon, 23 Apr 2018 16:17:13 +0200
Subject: [PATCH] fix dpendencies

---
 coreblas/compute/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index afa4460cc..c98a3ab62 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -120,10 +120,9 @@ set_property(TARGET coreblas PROPERTY INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/
 
 target_link_libraries(coreblas
   ${LAPACKE_LIBRARIES_DEP}
-  ${CBLAS_LIBRARIES_DEP}
   ${TMG_LIBRARIES_DEP}
+  ${CBLAS_LIBRARIES_DEP}
   ${LAPACK_LIBRARIES_DEP}
-  ${BLAS_LIBRARIES}
   )
 
 # Installation
-- 
GitLab