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 orfeotoolbox/otb!106
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -120,7 +120,7 @@ endif() ...@@ -120,7 +120,7 @@ endif()
if(SHARK_USE_CBLAS AND SHARK_USE_DYNLIB) if(SHARK_USE_CBLAS AND SHARK_USE_DYNLIB)
set(REQUIRED_CBLAS_LIB CBLAS_LIBRARY) set(REQUIRED_CBLAS_LIB CBLAS_LIBRARY)
find_library(CBLAS_LIBRARY NAMES cblas) find_library(CBLAS_LIBRARY NAMES cblas blas PATH_SUFFIXES blas)
else() else()
set(REQUIRED_CBLAS_LIB) set(REQUIRED_CBLAS_LIB)
endif() endif()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment