diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-14 22:41:18 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-14 22:41:18 (GMT) |
| commit | c2fd059704e9232a3d3221ddd0c84803256baec2 (patch) | |
| tree | ce16688dd450f402202d30f9ed24d5418c2f4fa3 | |
| parent | 07b59c0b63041f1be964aee2a27f5c748c29d688 (diff) | |
| download | hdf5-c2fd059704e9232a3d3221ddd0c84803256baec2.zip hdf5-c2fd059704e9232a3d3221ddd0c84803256baec2.tar.gz hdf5-c2fd059704e9232a3d3221ddd0c84803256baec2.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 |
