FindBLAS: Fix EML and ArmPL indentations

This commit is contained in:
Igor S. Gerasimov
2021-10-07 12:15:44 +09:00
committed by Brad King
parent 816dc1cb19
commit 635f2c87f5

View File

@@ -801,16 +801,16 @@ if(BLA_VENDOR MATCHES "Arm" OR BLA_VENDOR STREQUAL "All")
endif() endif()
if(NOT BLAS_LIBRARIES) if(NOT BLAS_LIBRARIES)
check_blas_libraries( check_blas_libraries(
BLAS_LIBRARIES BLAS_LIBRARIES
BLAS BLAS
sgemm sgemm
"" ""
"${_blas_armpl_lib}" "${_blas_armpl_lib}"
"" ""
"" ""
"" ""
) )
endif() endif()
unset(_blas_armpl_lib) unset(_blas_armpl_lib)
endif() endif()
@@ -1197,17 +1197,17 @@ endif()
# Elbrus Math Library? # Elbrus Math Library?
if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All") if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All")
set(_blas_eml_lib "eml") set(_blas_eml_lib "eml")
if(_blas_sizeof_integer EQUAL 8) if(_blas_sizeof_integer EQUAL 8)
string(APPEND _blas_eml_lib "_ilp64") string(APPEND _blas_eml_lib "_ilp64")
endif() endif()
# Check for OpenMP support, VIA BLA_VENDOR of eml_mt # Check for OpenMP support, VIA BLA_VENDOR of eml_mt
if(BLA_VENDOR MATCHES "_mt") if(BLA_VENDOR MATCHES "_mt")
string(APPEND _blas_eml_lib "_mt") string(APPEND _blas_eml_lib "_mt")
endif() endif()
if(NOT BLAS_LIBRARIES) if(NOT BLAS_LIBRARIES)
check_blas_libraries( check_blas_libraries(
BLAS_LIBRARIES BLAS_LIBRARIES
BLAS BLAS