eccodes/data/tigge/CMakeLists.txt

10 lines
384 B
CMake

# data/tigge/CMakeLists.txt
# Download all the TIGGE grib data from website
file(READ "tigge_data_files.txt" tigge_files_to_download)
string(REGEX REPLACE "\n" ";" tigge_files_to_download "${tigge_files_to_download}")
# Download all data files doing md5 check on each
ecbuild_get_test_multidata( TARGET get_tigge_gribs
NAMES ${tigge_files_to_download} )