diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-14 22:35:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-14 22:35:01 (GMT) |
commit | e7af4596479e780956cf54e851529db10b6c6d25 (patch) | |
tree | cba0a4424e0d5e5e20282015692c482af9f945c4 | |
parent | 6988f94688295047a52918237bf2b14c8319434d (diff) | |
download | hdf5-e7af4596479e780956cf54e851529db10b6c6d25.zip hdf5-e7af4596479e780956cf54e851529db10b6c6d25.tar.gz hdf5-e7af4596479e780956cf54e851529db10b6c6d25.tar.bz2 |
Correct file extension
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9bb73a9..c794c1a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -254,7 +254,7 @@ set (H5FD_HDRS ${HDF5_SRC_DIR}/H5FDmulti.h ${HDF5_SRC_DIR}/H5FDpublic.h ${HDF5_SRC_DIR}/H5FDros3.h - ${HDF5_SRC_DIR}/H5FDs3comms.c + ${HDF5_SRC_DIR}/H5FDs3comms.h ${HDF5_SRC_DIR}/H5FDsec2.h ${HDF5_SRC_DIR}/H5FDstdio.h ${HDF5_SRC_DIR}/H5FDwindows.h |