From d31cd32dd935c830ba5a2e591ffc9af4a60c6874 Mon Sep 17 00:00:00 2001 From: Florent Pruvost Date: Tue, 24 Apr 2018 14:05:04 +0200 Subject: [PATCH] coreblas depends directly only on lapacke/cblas not tmg --- coreblas/compute/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt index c98a3ab6..ddae10cf 100644 --- a/coreblas/compute/CMakeLists.txt +++ b/coreblas/compute/CMakeLists.txt @@ -120,9 +120,7 @@ set_property(TARGET coreblas PROPERTY INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/ target_link_libraries(coreblas ${LAPACKE_LIBRARIES_DEP} - ${TMG_LIBRARIES_DEP} ${CBLAS_LIBRARIES_DEP} - ${LAPACK_LIBRARIES_DEP} ) # Installation -- GitLab