mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
FindBLAS: use unset instead of set for empty variables
This commit is contained in:
committed by
Brad King
parent
92edd7376b
commit
a7f6e5dbf9
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user