summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5PluginMacros.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-27 12:23:54 (GMT)
committerGitHub <noreply@github.com>2022-03-27 12:23:54 (GMT)
commit2c0c4276668c1660404c6d98c7e3c18e589c8fa2 (patch)
tree3460aec780b67dcca20c9f888e41f742d1588700 /config/cmake/HDF5PluginMacros.cmake
parent0cc32e0c8f231f3293a471c516518e42f85a458b (diff)
downloadhdf5-2c0c4276668c1660404c6d98c7e3c18e589c8fa2.zip
hdf5-2c0c4276668c1660404c6d98c7e3c18e589c8fa2.tar.gz
hdf5-2c0c4276668c1660404c6d98c7e3c18e589c8fa2.tar.bz2
SZ plugin changes from develop #1456 (#1527)
Diffstat (limited to 'config/cmake/HDF5PluginMacros.cmake')
-rw-r--r--config/cmake/HDF5PluginMacros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/HDF5PluginMacros.cmake b/config/cmake/HDF5PluginMacros.cmake
index 4e05399..dbed15c 100644
--- a/config/cmake/HDF5PluginMacros.cmake
+++ b/config/cmake/HDF5PluginMacros.cmake
@@ -57,8 +57,8 @@ macro (EXTERNAL_PLUGIN_LIBRARY compress_type)
add_dependencies (h5ex_d_mafisc ${HDF5_LIBSH_TARGET})
target_include_directories (h5ex_d_mafisc PRIVATE "${HDF5_SRC_DIR};${HDF5_SRC_BINARY_DIR}")
endif ()
- if (ENABLE_SZF)
- add_dependencies (h5szf ${HDF5_LIBSH_TARGET})
+ if (ENABLE_SZ)
+ add_dependencies (h5sz ${HDF5_LIBSH_TARGET})
add_dependencies (h5ex_d_sz ${HDF5_LIBSH_TARGET})
target_include_directories (h5ex_d_sz PRIVATE "${HDF5_SRC_DIR};${HDF5_SRC_BINARY_DIR}")
endif ()