Closed fbudin69500 closed 7 years ago
Build errors identified by Travis.
@thewtex The error reported by travis does not seem related to my commit. It has to do with Cound not find NetCDF
, on MacOS. Any idea why?
@fbudin69500 I recall a different error, but I do not see it now. Marching forward...
@thewtex My previous PR actually broke things with MSVC 2015. Moving the
#define
after includingstdio.h
solves the problem, but to avoid any other issue, I added a check of the version of Visual Studio. Potentially it could even be limited to VIsual Studio 2012 instead of VS2012 and below. Let me know what you think.