FindBLAS: Fix regression in finding EML_mt after recent refactoring

Fix a variable referenced missed by commit 76487b04b1
(Find{BLAS,LAPACK}: clean variables, 2021-07-13).
This commit is contained in:
Igor S. Gerasimov
2021-07-27 16:26:27 +03:00
committed by Brad King
parent c15bb6f8b8
commit 92edd7376b

View File

@@ -1094,7 +1094,7 @@ if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All")
# Check for OpenMP support, VIA BLA_VENDOR of eml_mt
if(BLA_VENDOR MATCHES "_mt")
set(_blas_eml_lib "${BLAS_EML_LIB}_mt")
set(_blas_eml_lib "${_blas_eml_lib}_mt")
endif()
if(NOT BLAS_LIBRARIES)