Skip to content
Snippets Groups Projects
Commit 76335561 authored by Dan Guest's avatar Dan Guest
Browse files

Remove zlib dependence

parent d2ea6f21
No related branches found
No related tags found
1 merge request!24892Hdf5 merger
......@@ -18,8 +18,8 @@ atlas_add_library(HDF5Utils
Root/IH5Merger.cxx
Root/MergeUtils.cxx
PUBLIC_HEADERS HDF5Utils
INCLUDE_DIRS ${HDF5_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS}
LINK_LIBRARIES ${HDF5_LIBRARIES} ${ZLIB_LIBRARIES})
INCLUDE_DIRS ${HDF5_INCLUDE_DIRS}
LINK_LIBRARIES ${HDF5_LIBRARIES})
# build a translation utility
set( _exe_sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment