DFO-Ocean-Navigator / netcdf-timestamp-mapper

Maps timestamps (and variables) to a corresponding nc file using sqlite3.
https://dfo-ocean-navigator.github.io/netcdf-timestamp-mapper/
GNU General Public License v3.0
1 stars 1 forks source link

Add compile-time check for which filesystem library header to include #20

Closed htmlboss closed 4 years ago

htmlboss commented 4 years ago

This will allow older GCC versions < 8 to compile this...cough GPSC cough.

Compiles fine on GCC 9 and tests pass. No guarantee with older GCC versions yet.