removed Find*.cmake scripts for which these are available in cmake itself

As per #2387, this removes find scripts for packages which have these supplied by cmake. For BLAS, Lapack, GLEW, and GSL cmake provides find scripts:

For GSL and GLEW, the cmake versions provide imported targets, (for BLAS and LAPACK only after 3.18), so this change should enable further downstream improvements of the cmake scripts that I haven't looked at yet.

Merge request reports

Loading