FindBLAS: Fix EML_mt variable and replace empty `set` with `unset`
This PR contains two changes:
- Fix EML_mt not being set correctly introduced in cmake/cmake!6348 (merged)
- Replace
set
withunset
if the argument is an empty variable
This PR contains two changes:
set
with unset
if the argument is an empty variable