In file: …\hdf5-1.14.6\config\cmake\cacheinit.cmake
Is “ZLIBNG_TGZ_NAME” missing the filename prefix?
Should it be this instead?: zlib-ng-2.2.2.tar.gz
set (ZLIBNG_PACKAGE_NAME “zlib-ng” CACHE STRING “Name of ZLIBNG package” FORCE)
set (ZLIBNG_TGZ_NAME “2.2.2.tar.gz” CACHE STRING “Use HDF5_ZLib from compressed file” FORCE)
All the other entries have the full filename for X__TGZ_NAME.