nvmd / itpp

IT++ library mirror/fork. C++ library of mathematical, signal processing and communication classes and functions.
http://itpp.sourceforge.net/
GNU General Public License v3.0
36 stars 22 forks source link

Keep the cmake modules FindLAPACK and FindBLAS in sync with the git repo of CMake #4

Closed minnyres closed 1 year ago

minnyres commented 2 years ago

These modules are copied from https://github.com/Kitware/CMake/tree/master/Modules, and can fix the error to find LAPACK and BLAS on Windows.

Tested platforms (cmake version 3.23.1)