Skip to content

Patch NetCDF to fix build.

David Thompson requested to merge dcthomp/common-superbuild:netcdf-patch into master

On at least macos 10.14.6/Apple LLVM version 10.0.1 (clang-1001.0.46.4), NetCDF fails to build because SIZEOF_UCHAR is not defined in config.h. Fix this by noting that HAVE_UCHAR is false on some platforms and not complaining in that case.

Merge request reports