You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using our own HDF5 and building ITK 5.2 (on Windows with CMake 3.22, but probably elsewhere not on Ubuntu 18.04 with CMake 3.17), we get an error that this HDF5 library is too old to enable backwards compatibility, and ITK suggests to let it use its own HDF5 version. For the SB, this means setting ITK_USE_SYSTEM_HDF5=OFF (defaults to ON to save some space/compilation time).
options:
hope that the user will know what to do (i.e. document it better)
we could try and be smart to catch this by doing some HDF5 version checking ourselves
upgrade our HDF5 library in the next release.
default ITK_USE_SYSTEM_HDF5=OFF
The text was updated successfully, but these errors were encountered:
When using our own HDF5 and building ITK 5.2 (on Windows with CMake 3.22, but
probably elsewherenot on Ubuntu 18.04 with CMake 3.17), we get an error that this HDF5 library is too old to enable backwards compatibility, and ITK suggests to let it use its own HDF5 version. For the SB, this means settingITK_USE_SYSTEM_HDF5=OFF
(defaults toON
to save some space/compilation time).options:
ITK_USE_SYSTEM_HDF5=OFF
The text was updated successfully, but these errors were encountered: