Skip to content
Snippets Groups Projects
Commit cb9ea705 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Merge branch 'find_shark_debian' into 'release-6.6'

Find CBLAS_LIBRARY

See merge request !106
parents ae91ab05 cb17530d
No related branches found
No related tags found
1 merge request!106Find CBLAS_LIBRARY
......@@ -120,7 +120,7 @@ endif()
if(SHARK_USE_CBLAS AND SHARK_USE_DYNLIB)
set(REQUIRED_CBLAS_LIB CBLAS_LIBRARY)
find_library(CBLAS_LIBRARY NAMES cblas)
find_library(CBLAS_LIBRARY NAMES cblas blas PATH_SUFFIXES blas)
else()
set(REQUIRED_CBLAS_LIB)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment