File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ endif()
5353
5454if (NOT HDF5_FOUND OR hdf5_external)
5555 include (cmake/libraries.cmake)
56- include (cmake/build_hdf5 .cmake)
56+ include (cmake/hdf5 .cmake)
5757endif ()
5858
5959if (HDF5_VERSION VERSION_LESS 1.8.7)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ set(zlib_root
3434-DZLIB_USE_EXTERNAL:BOOL =OFF )
3535
3636if (NOT TARGET ZLIB::ZLIB)
37- include (${CMAKE_CURRENT_LIST_DIR} /build_zlib .cmake)
37+ include (${CMAKE_CURRENT_LIST_DIR} /zlib .cmake)
3838endif ()
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.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ set_directory_properties(PROPERTIES EP_UPDATE_DISCONNECTED true)
6363
6464message (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
6969include (FeatureSummary)
You can’t perform that action at this time.
0 commit comments