mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
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:
committed by
Brad King
parent
c15bb6f8b8
commit
92edd7376b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user