summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorAnton Lokhmotov <anton@dividiti.com>2016-05-05 14:38:10 +0000
committerAnton Lokhmotov <anton@dividiti.com>2016-05-05 14:38:10 +0000
commite075dc347ad9648c666c81304e2abd17e11753b6 (patch)
tree66d4841085fe8b2160ee88e09a41ca15af2d331a /cmake/Modules
parentaa97c836b14b4a449b3bfdf45e62e0588c33bec1 (diff)
Locate the C BLAS library before the F77 one.
Diffstat (limited to 'cmake/Modules')
-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 ef3dc4bc..1439bfcb 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 blas cblas mkl blis openblas accelerate
+ NAMES cblas blas mkl blis openblas accelerate
HINTS ${CBLAS_HINTS}
PATH_SUFFIXES
lib lib64 lib/x86_64 lib/x64 lib/x86 lib/Win32 lib/import lib64/import