FindBLAS: use unset instead of set for empty variables

This commit is contained in:
Igor S. Gerasimov
2021-07-27 16:30:08 +03:00
committed by Brad King
parent 92edd7376b
commit a7f6e5dbf9

View File

@@ -759,7 +759,7 @@ if(BLA_VENDOR MATCHES "Arm" OR BLA_VENDOR STREQUAL "All")
""
)
endif()
set(_blas_armpl_lib)
unset(_blas_armpl_lib)
endif()
# FLAME's blis library? (https://github.com/flame/blis)
@@ -1109,7 +1109,7 @@ if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All")
""
)
endif()
set(_blas_eml_lib)
unset(_blas_eml_lib)
endif()
# Fujitsu SSL2 Library?