summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCBLAS.cmake
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-06-02 17:57:45 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-06-02 17:57:45 +0200
commit4f594e39319912f0fbbc145d330ad9e09a66bbee (patch)
tree957ce02f375dbedba46a79e26032d0cec368da2b /cmake/Modules/FindCBLAS.cmake
parent7c3431a72ae091703a7f36999f2b5a0cd8189220 (diff)
Added MKL as an alternative for CBLAS for correctness and performance comparisons
Diffstat (limited to 'cmake/Modules/FindCBLAS.cmake')
-rw-r--r--cmake/Modules/FindCBLAS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindCBLAS.cmake b/cmake/Modules/FindCBLAS.cmake
index 1439bfcb..fa97ce9f 100644
--- a/cmake/Modules/FindCBLAS.cmake
+++ b/cmake/Modules/FindCBLAS.cmake
@@ -48,7 +48,7 @@ mark_as_advanced(CBLAS_INCLUDE_DIRS)
# Finds the library
find_library(CBLAS_LIBRARIES
- NAMES cblas blas mkl blis openblas accelerate
+ NAMES cblas blas blis openblas accelerate
HINTS ${CBLAS_HINTS}
PATH_SUFFIXES
lib lib64 lib/x86_64 lib/x64 lib/x86 lib/Win32 lib/import lib64/import