Skip to content

FindBLAS: simplify setting suffix for static libraries

Rolf Eike Beer requested to merge DerDakon/cmake:FindBLAS-static into master

Use the variable already provided by CMake that holds the static library suffix of the given platform. Keep the Apple case as it seems to differ.

Merge request reports