Typo in cmake\cacheinit.cmake?

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.

Unless they changed something on the repo releases page, that should be the correct filename.

I understand it now. The built-up url (ZLIBNG_TGZ_ORIGPATH + ZLIBNG_TGZ_NAME) results in the correct downloaded file “zlib-ng-2.2.2.tar.gz”…

Built-up URL
https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.2.tar.gz

Thanks. URL does work.