mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05: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()
|
endif()
|
||||||
set(_blas_armpl_lib)
|
unset(_blas_armpl_lib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# FLAME's blis library? (https://github.com/flame/blis)
|
# FLAME's blis library? (https://github.com/flame/blis)
|
||||||
@@ -1109,7 +1109,7 @@ if(BLA_VENDOR MATCHES "EML" OR BLA_VENDOR STREQUAL "All")
|
|||||||
""
|
""
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
set(_blas_eml_lib)
|
unset(_blas_eml_lib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Fujitsu SSL2 Library?
|
# Fujitsu SSL2 Library?
|
||||||
|
|||||||
Reference in New Issue
Block a user