NetCDF 4.9.3
Windows 7/10/11
Visual studio 2019/2022
CMake-GUI 3.31.4
Building netcdf with HDF5 (with external zlib support) almost work flawlessly.
my HDF5 is compiled, by myself, with an external zlib (also compiled by myself)
The netcdf's CMake will generate a h5deflate sub project
The link properties of this project correctly mention the path to zlib.lib
The include properties of this project do not mention the path to zlib.h, it must be added manually
NetCDF 4.9.3
Windows 7/10/11
Visual studio 2019/2022
CMake-GUI 3.31.4
Building netcdf with HDF5 (with external zlib support) almost work flawlessly.
my HDF5 is compiled, by myself, with an external zlib (also compiled by myself)
The netcdf's CMake will generate a h5deflate sub project
The link properties of this project correctly mention the path to zlib.lib
The include properties of this project do not mention the path to zlib.h, it must be added manually