mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-13 06:13:17 +00:00
Search for generic BLAS and LAPACK implementations
This commit is contained in:
parent
c877e74565
commit
a94e74def2
@ -1335,6 +1335,9 @@ if(OS_IS_MACOSX)
|
||||
# Avoid using the implementation that comes with the Accelerate framework
|
||||
include(AvoidAccelerate)
|
||||
else()
|
||||
if(NOT BLA_VENDOR)
|
||||
set(BLA_VENDOR "Generic")
|
||||
endif()
|
||||
find_package(BLAS)
|
||||
set_package_properties(BLAS PROPERTIES
|
||||
URL "http://www.netlib.org/blas/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user