Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In linux and particulary MinGW on windows, library names may be prefixed with "lib." However, if the library name is prefixed with "lib" on MSVC or ABI-equivalent (clang/intel), the prefix should not be excluded from the library name. This caused system_info to find "libopenblas" or "libsuitesparse" but then add "openblas" to the library names, which is of course problematic because MSVC would not look for "libopenblas" but rather "openblas."
- Loading branch information