Skip to content

Commit 3776a66

Browse files
authored
Rename libhdf5.settings.cmake.in -> libhdf5.settings.in (#5805)
The `cmake` part of the name is an artifact from when there were Autotools and CMake versions of this file.
1 parent ecc9b61 commit 3776a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeInstallation.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED)
135135
endif ()
136136

137137
#-----------------------------------------------------------------------------
138-
# Configure the libhdf5.settings file for the lib info
138+
# Configure the libhdf5.settings file with library info
139139
#-----------------------------------------------------------------------------
140140
if (H5_WORDS_BIGENDIAN)
141141
set (BYTESEX big-endian)
142142
else ()
143143
set (BYTESEX little-endian)
144144
endif ()
145145
configure_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
)
149149
install (
File renamed without changes.

0 commit comments

Comments
 (0)