diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-29 16:20:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-29 16:20:22 (GMT) |
commit | fbf6b826b8e91b36fe6919e815fe9723e0a85c4f (patch) | |
tree | 8ff2190d0c17c6f115027fc95edb6c3a7934920b /fortran/src | |
parent | 23d8cb041d56f67e413638860349cf2d00fa275b (diff) | |
download | hdf5-fbf6b826b8e91b36fe6919e815fe9723e0a85c4f.zip hdf5-fbf6b826b8e91b36fe6919e815fe9723e0a85c4f.tar.gz hdf5-fbf6b826b8e91b36fe6919e815fe9723e0a85c4f.tar.bz2 |
Fix file install name
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index b9742ea..148f1a8 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -431,7 +431,7 @@ if (NOT ONLY_SHARED_LIBS) install ( FILES ${HDF5_F90_BINARY_DIR}/static/H5f90i_gen.h - ${HDF5_F90_BINARY_DIR}/static/H5fortran_types.F90 + ${HDF5_F90_BINARY_DIR}/static/H5fortran_types.f90 DESTINATION ${HDF5_INSTALL_INCLUDE_DIR} COMPONENT @@ -441,7 +441,7 @@ else () install ( FILES ${HDF5_F90_BINARY_DIR}/shared/H5f90i_gen.h - ${HDF5_F90_BINARY_DIR}/shared/H5fortran_types.F90 + ${HDF5_F90_BINARY_DIR}/shared/H5fortran_types.f90 DESTINATION ${HDF5_INSTALL_INCLUDE_DIR} COMPONENT |