diff options
author | Brad King <brad.king@kitware.com> | 2021-04-14 17:33:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-14 18:55:51 (GMT) |
commit | 116edb5c04790e5d9127b5cfb51943eebd5d33d8 (patch) | |
tree | a2e1cf2060711c8438df24890fe570f49a9138e1 /.gitlab | |
parent | 44bcec240bed6980fdc6f38e7238371d7d3c1f1b (diff) | |
download | CMake-116edb5c04790e5d9127b5cfb51943eebd5d33d8.zip CMake-116edb5c04790e5d9127b5cfb51943eebd5d33d8.tar.gz CMake-116edb5c04790e5d9127b5cfb51943eebd5d33d8.tar.bz2 |
Find{BLAS,LAPACK}: Revert bad refactoring of internal CHECK_*_LIBRARIES
Refactoring in commit 4c74c86f40 (FindBLAS/LAPACK: Add support for the
Fujitsu SSL2 library, 2021-01-27) was done in order to support calling
`find_library` on the dependencies as well as the candidate libraries.
However, it broke a few things:
* Intel MKL's BLAS/LAPACK are no longer found. We specify their
dependencies using `-l...` flags, so we should not try to use
`find_library` for them.
* The dependencies are repeated because we accumulate them in the
`find_library` search loop and then append them at the end too.
Revert the incorrect part of the refactoring. Retain the flags part
needed for the Fujitsu vendor.
Fixes: #22056
Diffstat (limited to '.gitlab')
0 files changed, 0 insertions, 0 deletions