From a7f6e5dbf90f94cd2bdb4576650bf662755e8d9c Mon Sep 17 00:00:00 2001 From: "Igor S. Gerasimov" Date: Tue, 27 Jul 2021 16:30:08 +0300 Subject: FindBLAS: use unset instead of set for empty variables --- Modules/FindBLAS.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules/FindBLAS.cmake') diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index 29150c1e52..799d179595 100644 --- a/Modules/FindBLAS.cmake +++ b/Modules/FindBLAS.cmake @@ -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? -- cgit v1.2.1