commit | a869b79c5921412c91fb71a761748ae5f7d3fb23 | [log] [tgz] |
---|---|---|
author | Atri Bhattacharya <badshah400@gmail.org> | Mon Mar 10 20:55:36 2025 +0530 |
committer | Brad King <brad.king@kitware.com> | Mon Mar 10 11:53:01 2025 -0400 |
tree | 9dcd267e51d084922c09d67f6e35e930f0c73199 | |
parent | 7c55e2a69858824e0304a65ff0bedc2b235c8bc6 [diff] |
FindHDF5: Prefer h5hl* compilers for HDF5_FIND_HL Prefer `h5hlcc`, `h5hlc++`, and `h5hlfc` compilers when HDF5's HL libraries are requested. These include the `-lhdf_hl` in the command line, whereas the non-hl compilers (like `h5cc`) do not. Using the latter, therefore, leads to cmake complaining about not finding the `HDF5_HL` libraries even though they are present in the same location as the `hdf5` library itself. Fixes: #23261