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

COMP: patch FindShark.cmake to allow compilation on debian-unstable

parent 6387990a
Branches
Tags
No related merge requests found
......@@ -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.
Please register or to comment