Skip to content

Commit 8165715

Browse files
committed
rename
1 parent 1ca1259 commit 8165715

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endif()
5353

5454
if(NOT HDF5_FOUND OR hdf5_external)
5555
include(cmake/libraries.cmake)
56-
include(cmake/build_hdf5.cmake)
56+
include(cmake/hdf5.cmake)
5757
endif()
5858

5959
if(HDF5_VERSION VERSION_LESS 1.8.7)

cmake/build_hdf5.cmake renamed to cmake/hdf5.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(zlib_root
3434
-DZLIB_USE_EXTERNAL:BOOL=OFF)
3535

3636
if(NOT TARGET ZLIB::ZLIB)
37-
include(${CMAKE_CURRENT_LIST_DIR}/build_zlib.cmake)
37+
include(${CMAKE_CURRENT_LIST_DIR}/zlib.cmake)
3838
endif()
3939
# --- HDF5
4040
# https://forum.hdfgroup.org/t/issues-when-using-hdf5-as-a-git-submodule-and-using-cmake-with-add-subdirectory/7189/2
File renamed without changes.

scripts/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ set_directory_properties(PROPERTIES EP_UPDATE_DISCONNECTED true)
6363

6464
message(STATUS "Build / install HDF5 ${HDF5_VERSION} to ${CMAKE_INSTALL_PREFIX}")
6565

66-
include(${PROJECT_SOURCE_DIR}/../cmake/build_hdf5.cmake)
66+
include(${PROJECT_SOURCE_DIR}/../cmake/hdf5.cmake)
6767

6868
# --- features
6969
include(FeatureSummary)

0 commit comments

Comments
 (0)