Skip to content

Commit

Permalink
Hdf5 1 12 - Update directory for SZ filter plugin (#199)
Browse files Browse the repository at this point in the history
* Update HDF5PluginMacros.cmake

* Update HDF5PluginMacros.cmake

Co-authored-by: Gerd Heber <[email protected]>
Co-authored-by: bljhdf <[email protected]>
Co-authored-by: H. Joe Lee <[email protected]>
  • Loading branch information
4 people authored Dec 17, 2020
1 parent 2f7e737 commit e0b86b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cmake/HDF5PluginMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit e0b86b7

Please sign in to comment.