summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-12-17 22:58:56 (GMT)
committerGitHub <noreply@github.com>2020-12-17 22:58:56 (GMT)
commite0b86b751636279e4c185e2e7b2e4f6131c08ce5 (patch)
tree359878da4bd7973072689c5b5b2c0b8a50e55c94
parent2f7e737ff4b0ca37e51ce3a5c7ab6e8810c5d1fc (diff)
downloadhdf5-e0b86b751636279e4c185e2e7b2e4f6131c08ce5.zip
hdf5-e0b86b751636279e4c185e2e7b2e4f6131c08ce5.tar.gz
hdf5-e0b86b751636279e4c185e2e7b2e4f6131c08ce5.tar.bz2
Hdf5 1 12 - Update directory for SZ filter plugin (#199)
* Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake Co-authored-by: Gerd Heber <gheber@hdfgroup.org> Co-authored-by: bljhdf <58825073+bljhdf@users.noreply.github.com> Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
-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 3c0e12c..a858353 100644
--- a/config/cmake/HDF5PluginMacros.cmake
+++ b/config/cmake/HDF5PluginMacros.cmake
@@ -57,8 +57,8 @@ macro (EXTERNAL_PLUGIN_LIBRARY compress_type)
endif ()
if (ENABLE_SZF)
add_dependencies (h5szf ${HDF5_LIBSH_TARGET})
- add_dependencies (h5ex_d_szf ${HDF5_LIBSH_TARGET})
- target_include_directories (h5ex_d_szf PRIVATE "${HDF5_SRC_DIR};${HDF5_SRC_BINARY_DIR}")
+ add_dependencies (h5ex_d_sz ${HDF5_LIBSH_TARGET})
+ target_include_directories (h5ex_d_sz PRIVATE "${HDF5_SRC_DIR};${HDF5_SRC_BINARY_DIR}")
endif ()
if (ENABLE_ZFP)
add_dependencies (h5zfp ${HDF5_LIBSH_TARGET})