mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
FindBLAS: Update Generic BLAS
This commit is contained in:
committed by
Brad King
parent
c4d4f0708b
commit
bf048d2ddd
@@ -1176,18 +1176,22 @@ endif()
|
||||
# Generic BLAS library?
|
||||
if(BLA_VENDOR STREQUAL "Generic" OR
|
||||
BLA_VENDOR STREQUAL "All")
|
||||
set(_blas_generic_lib "blas")
|
||||
|
||||
if(NOT BLAS_LIBRARIES)
|
||||
check_blas_libraries(
|
||||
BLAS_LIBRARIES
|
||||
BLAS
|
||||
sgemm
|
||||
""
|
||||
"blas"
|
||||
"${_blas_generic_lib}"
|
||||
""
|
||||
""
|
||||
""
|
||||
)
|
||||
endif()
|
||||
|
||||
unset(_blas_generic_lib)
|
||||
endif()
|
||||
|
||||
# On compilers that implicitly link BLAS (i.e. CrayPrgEnv) we used a
|
||||
|
||||
Reference in New Issue
Block a user