The cmake build will fail if m4 is not installed, which occured in georust/netcdf#56, which did not give a clear error message. The user was compiling on a MSVC toolchain which did not come with m4.
Should the cmake build be modified to fail with a useful error in the case where m4 is not available?
The cmake build will fail if
m4is not installed, which occured in georust/netcdf#56, which did not give a clear error message. The user was compiling on a MSVC toolchain which did not come withm4.Should the cmake build be modified to fail with a useful error in the case where
m4is not available?