NOAA-EMC / NCEPLIBS-g2c

This library contains C decoder/encoder routines for GRIB edition 2.
Other
18 stars 11 forks source link

Fix AEC include dir #494

Closed AlexanderRichert-NOAA closed 3 months ago

AlexanderRichert-NOAA commented 3 months ago

This PR changes AEC_INCLUDE_DIRS (which is undefined) to AEC_INCLUDE_DIR (which is defined) in src/CMakeLists.txt. I think this wasn't creating problems in the CI because we're using the apt-installed libaec, so it's in the system-wide include path.

Also fixing a CI failure related to the PNG_ARM_NEON option for MacOS.yml. Not sure why this is only just happening.

Fixes #492