Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Simplify H5Tinit.c file generation
ITK does not support many of the possible build options for HDF5 generation of build-time source files. Commented out many of the unused conditional build options to help identify the relevant code paths that needed to be fixed. Building with shared libraries with ninja and CMake >= 3.22.1 resulted in failures due to dependancy relationships that could not be resolved by ninja. ```bash ninja: error: 'Modules/ThirdParty/HDF5/src/itkhdf5/src/H5lib_settings.c', needed by 'Modules/ThirdParty/HDF5/src/itkhdf5/src/shared/H5lib_settings.c', missing and no known rule to make it ``` https://cmake.org/cmake/help/latest/policy/CMP0058.html
- Loading branch information