mirror of https://github.com/ecmwf/eccodes.git
Only download CCSDS grib if feature enabled
This commit is contained in:
parent
192b0f6d1e
commit
5f33c84b08
|
@ -86,9 +86,13 @@ set(files_to_download
|
|||
timeRangeIndicator_5.grib
|
||||
tp_ecmwf.grib
|
||||
v.grib2
|
||||
ccsds.grib2
|
||||
)
|
||||
|
||||
if( HAVE_AEC )
|
||||
LIST(APPEND files_to_download ccsds.grib2)
|
||||
endif()
|
||||
|
||||
|
||||
foreach( f ${files_to_download} )
|
||||
set(tgt data_${f})
|
||||
# Download the file and create a dummy target for it
|
||||
|
|
Loading…
Reference in New Issue