Update descriptions of features

This commit is contained in:
Shahram Najm 2014-12-16 13:55:22 +00:00
parent fcc94e45e5
commit 68b2b343dc
1 changed files with 3 additions and 3 deletions

View File

@ -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
) )