mirror of https://github.com/ecmwf/eccodes.git
Update descriptions of features
This commit is contained in:
parent
fcc94e45e5
commit
68b2b343dc
|
@ -30,12 +30,12 @@ ecbuild_declare_project()
|
||||||
# some variables/options of this project
|
# some variables/options of this project
|
||||||
|
|
||||||
ecbuild_add_option( FEATURE JPG
|
ecbuild_add_option( FEATURE JPG
|
||||||
DESCRIPTION "support for JPG encoding"
|
DESCRIPTION "support for JPG decoding/encoding"
|
||||||
DEFAULT ON
|
DEFAULT ON
|
||||||
)
|
)
|
||||||
|
|
||||||
ecbuild_add_option( FEATURE PNG
|
ecbuild_add_option( FEATURE PNG
|
||||||
DESCRIPTION "support for PNG encoding"
|
DESCRIPTION "support for PNG decoding/encoding"
|
||||||
DEFAULT OFF
|
DEFAULT OFF
|
||||||
REQUIRED_PACKAGES PNG
|
REQUIRED_PACKAGES PNG
|
||||||
)
|
)
|
||||||
|
@ -48,7 +48,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
ecbuild_add_option( FEATURE NETCDF
|
ecbuild_add_option( FEATURE NETCDF
|
||||||
DESCRIPTION "support for NetCDF"
|
DESCRIPTION "support for GRIB to NetCDF conversion"
|
||||||
DEFAULT ON
|
DEFAULT ON
|
||||||
REQUIRED_PACKAGES NetCDF
|
REQUIRED_PACKAGES NetCDF
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue