mirror of https://github.com/ecmwf/eccodes.git
Installation: no need to install all samples into the ifs_samples dirs
This commit is contained in:
parent
b65d67c7f8
commit
b560c0e1c4
|
@ -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} )
|
||||
|
|
|
@ -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} )
|
||||
|
|
|
@ -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} )
|
||||
|
|
|
@ -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} )
|
||||
|
|
Loading…
Reference in New Issue