summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-02 01:36:45 (GMT)
committerGitHub <noreply@github.com>2023-11-02 01:36:45 (GMT)
commitf9f2e056c6fc422015000263f30f6f2c02a4789f (patch)
tree83c414d3a392670bb5c9411fdf1742ac0d6b4ec2 /config/cmake
parentef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903 (diff)
downloadhdf5-f9f2e056c6fc422015000263f30f6f2c02a4789f.zip
hdf5-f9f2e056c6fc422015000263f30f6f2c02a4789f.tar.gz
hdf5-f9f2e056c6fc422015000263f30f6f2c02a4789f.tar.bz2
Correct name of szip variable for install file (#3822)
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/hdf5-config.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/hdf5-config.cmake.in b/config/cmake/hdf5-config.cmake.in
index 496d260..afe79de 100644
--- a/config/cmake/hdf5-config.cmake.in
+++ b/config/cmake/hdf5-config.cmake.in
@@ -125,7 +125,7 @@ if (NOT TARGET "@HDF5_PACKAGE@")
include (@PACKAGE_SHARE_INSTALL_DIR@/@ZLIB_PACKAGE_NAME@@HDF_PACKAGE_EXT@-targets.cmake)
endif ()
if (${HDF5_PACKAGE_NAME}_ENABLE_SZIP_SUPPORT AND ${HDF5_PACKAGE_NAME}_PACKAGE_EXTLIBS)
- include (@PACKAGE_SHARE_INSTALL_DIR@/@SZIP_PACKAGE_NAME@@HDF_PACKAGE_EXT@-targets.cmake)
+ include (@PACKAGE_SHARE_INSTALL_DIR@/@LIBAEC_PACKAGE_NAME@@HDF_PACKAGE_EXT@-targets.cmake)
endif ()
include (@PACKAGE_SHARE_INSTALL_DIR@/@HDF5_PACKAGE@@HDF_PACKAGE_EXT@-targets.cmake)
endif ()