ECC-508: add option to skip installation of samples and definitions, to be used together with ENABLE_MEMFS

This commit is contained in:
Tiago Quintino 2017-07-19 17:21:22 +01:00
parent e01821b2d4
commit 44b3ce5de5
1 changed files with 2 additions and 0 deletions

View File

@ -39,11 +39,13 @@ ecbuild_add_option( FEATURE EXAMPLES
DEFAULT ON
)
# controls installation of files in definitions/ -- note that it still crate the symlinks in the build dir
ecbuild_add_option( FEATURE INSTALL_ECCODES_DEFINITIONS
DESCRIPTION "Install the eccodes definitions"
DEFAULT ON
)
# controls installation of files in samples/ and ifs_samples/ -- note that it still crate the symlinks in the build dir
ecbuild_add_option( FEATURE INSTALL_ECCODES_SAMPLES
DESCRIPTION "Install the eccodes samples, including IFS samples"
DEFAULT ON