NCEPLIBS-g2c
NCEPLIBS-g2c copied to clipboard
ENABLE_OpenJPEG is incorrect build option in Linux_versions.yml
Linux_versions.yml workflow uses -DENABLE_OpenJPEG
option, which does not exist. Correct option is USE_OpenJPEG
. See the cmake warning here, for example.
This workflow tests various versions of Japser library, so USE_OpenJPEG option should not be used at all, it should be either omitted or set to OFF explicitly.