diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-05-06 18:06:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 18:06:52 (GMT) |
commit | 1b413fe61aa11de314f0b4f85461a88691c15069 (patch) | |
tree | 59aab400f8787fde243a96570f7bee5960c5ce92 /config/cmake | |
parent | 13985a7f529a3628fe215478f9d77f0d5b9b0fd1 (diff) | |
download | hdf5-1b413fe61aa11de314f0b4f85461a88691c15069.zip hdf5-1b413fe61aa11de314f0b4f85461a88691c15069.tar.gz hdf5-1b413fe61aa11de314f0b4f85461a88691c15069.tar.bz2 |
Minor things noticed while merging to 1.10 (#1739)
* Minor things noticed while merging to 1.10
* Set HDF5_DRIVER back in string
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/libh5cc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/libh5cc.in b/config/cmake/libh5cc.in index f5d8d4c..6d54088 100644 --- a/config/cmake/libh5cc.in +++ b/config/cmake/libh5cc.in @@ -29,7 +29,7 @@ printf 'dir is %s\n' "$dir" # Show the configuration summary of the library recorded in the -# libhdf5.settings file reside in the lib directory. +# libhdf5.settings file residing in the lib directory. showconfigure() { cat $dir/lib/libhdf5.settings |