mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Find Apple versions of Blas and Lapack in macOS
This commit is contained in:
parent
ce051e040f
commit
f4c1fc8b67
@ -1121,6 +1121,9 @@ endif()
|
||||
# Check that BLAS (Basic Linear Algebra Subprograms) is found in the system
|
||||
# See http://www.netlib.org/blas/
|
||||
#############################################################################
|
||||
if(OS_IS_MACOSX)
|
||||
set(BLA_VENDOR "Apple")
|
||||
endif()
|
||||
find_library(BLAS blas)
|
||||
if(NOT BLAS)
|
||||
message(" The BLAS library has not been found.")
|
||||
|
Loading…
Reference in New Issue
Block a user