docs: Remove outdated HDF5 dependency pkg-config statement

A config-tool method has been supported since c02593f and it says so
just a few lines below the outdated statement.
pull/12734/merge
Jouke Witteveen 9 months ago committed by Jussi Pakkanen
parent 65ee397f34
commit efad4ba9c5
  1. 5
      docs/markdown/Dependencies.md

@ -476,9 +476,8 @@ language-specific, you must specify the requested language using the
* `dependency('hdf5', language: 'cpp')` for the C++ HDF5 headers and libraries
* `dependency('hdf5', language: 'fortran')` for the Fortran HDF5 headers and libraries
Meson uses pkg-config to find HDF5. The standard low-level HDF5
function and the `HL` high-level HDF5 functions are linked for each
language.
The standard low-level HDF5 function and the `HL` high-level HDF5
functions are linked for each language.
`method` may be `auto`, `config-tool` or `pkg-config`.

Loading…
Cancel
Save