Unidata / netcdf-cxx4

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

Cmake improvements #23

Closed nschloe closed 9 years ago

nschloe commented 9 years ago

Before merging, one question that we want to answer is what clients should type when FIND_PACKAGE()ing netCDF-C++ (I'm never sure about the official spelling).

FIND_PACKAGE(netCDFCxx)
FIND_PACKAGE(netCDF-CXX)
FIND_PACKAGE(netCDF-c++)
...