Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

Windows support via CMake #33

Open WardF opened 8 years ago

WardF commented 8 years ago

It should be fairly straightforward to add official Visual Studio support with CMake. The library will currently build, but the tests fail. The CMake files for the C++ interface need to be overhauled anyways, so may as well do this in one fell swoop.

jakirkham commented 6 years ago

Is this currently unsupported?

Wondering as there are commits like ( https://github.com/Unidata/netcdf-cxx4/commit/26c1799d7c6c8c8141587f67f64a78dac36cdc26 ) and ( https://github.com/Unidata/netcdf-cxx4/commit/b1d7b8bdd869e6a45419a0ccd482e63bda409ca6 ), which special case MSVC. Admittedly they appear to be older than this issue.

WardF commented 6 years ago

It isn't currently officially supported, but I am working on the new release now which provides official support. Unofficially, the latest development branch is cmake compatible.