diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/hdf5_dependnecy_improvements.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/hdf5_dependnecy_improvements.md b/docs/markdown/snippets/hdf5_dependnecy_improvements.md index 1f6b2e8..857eb90 100644 --- a/docs/markdown/snippets/hdf5_dependnecy_improvements.md +++ b/docs/markdown/snippets/hdf5_dependnecy_improvements.md @@ -4,3 +4,6 @@ HDF5 has been improved so that the internal representations have been split. This allows selecting pkg-config and config-tool dependencies separately. Both work as proper dependencies of their type, so `get_variable` and similar now work correctly. + +It has also been fixed to use the selected compiler for the build instead of +the default compiler. |