File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,15 +135,15 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED)
135135endif ()
136136
137137#-----------------------------------------------------------------------------
138- # Configure the libhdf5.settings file for the lib info
138+ # Configure the libhdf5.settings file with library info
139139#-----------------------------------------------------------------------------
140140if (H5_WORDS_BIGENDIAN)
141141 set (BYTESEX big-endian)
142142else ()
143143 set (BYTESEX little-endian)
144144endif ()
145145configure_file (
146- ${HDF5_SOURCE_DIR} /src/libhdf5.settings.cmake. in
146+ ${HDF5_SOURCE_DIR} /src/libhdf5.settings.in
147147 ${HDF5_SRC_BINARY_DIR} /libhdf5.settings ESCAPE_QUOTES @ONLY
148148)
149149install (
File renamed without changes.
You can’t perform that action at this time.
0 commit comments