Skip to content

Commit

Permalink
Correct name of szip variable for install file (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Nov 2, 2023
1 parent ef5cc1e commit f9f2e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cmake/hdf5-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if (NOT TARGET "@HDF5_PACKAGE@")
include (@PACKAGE_SHARE_INSTALL_DIR@/@ZLIB_PACKAGE_NAME@@[email protected])
endif ()
if (${HDF5_PACKAGE_NAME}_ENABLE_SZIP_SUPPORT AND ${HDF5_PACKAGE_NAME}_PACKAGE_EXTLIBS)
include (@PACKAGE_SHARE_INSTALL_DIR@/@SZIP_PACKAGE_NAME@@[email protected])
include (@PACKAGE_SHARE_INSTALL_DIR@/@LIBAEC_PACKAGE_NAME@@[email protected])
endif ()
include (@PACKAGE_SHARE_INSTALL_DIR@/@HDF5_PACKAGE@@[email protected])
endif ()
Expand Down

0 comments on commit f9f2e05

Please sign in to comment.