Installation: no need to install all samples into the ifs_samples dirs

This commit is contained in:
Shahram Najm 2022-04-07 15:40:26 +01:00
parent b65d67c7f8
commit b560c0e1c4
4 changed files with 5 additions and 8 deletions

View File

@ -6,7 +6,6 @@ list( APPEND ifs_samples_${_basedir}
${CMAKE_CURRENT_SOURCE_DIR}/gg_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/gg_sfc.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl
${ECCODES_SAMPLES_FILES} )
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl )
install_samples( ifs_samples_${_basedir} ${_destination_install} ${_destination_build} )

View File

@ -6,7 +6,7 @@ list( APPEND ifs_samples_${_basedir}
${CMAKE_CURRENT_SOURCE_DIR}/gg_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/gg_sfc.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl
${ECCODES_SAMPLES_FILES} )
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl )
# ${ECCODES_SAMPLES_FILES} )
install_samples( ifs_samples_${_basedir} ${_destination_install} ${_destination_build} )

View File

@ -6,7 +6,6 @@ list( APPEND ifs_samples_${_basedir}
${CMAKE_CURRENT_SOURCE_DIR}/gg_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/gg_sfc.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl
${ECCODES_SAMPLES_FILES} )
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl )
install_samples( ifs_samples_${_basedir} ${_destination_install} ${_destination_build} )

View File

@ -6,7 +6,6 @@ list( APPEND ifs_samples_${_basedir}
${CMAKE_CURRENT_SOURCE_DIR}/gg_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/gg_sfc.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_ml.tmpl
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl
${ECCODES_SAMPLES_FILES} )
${CMAKE_CURRENT_SOURCE_DIR}/sh_sfc.tmpl )
install_samples( ifs_samples_${_basedir} ${_destination_install} ${_destination_build} )