eccodes/data/tigge/CMakeLists.txt

11 lines
385 B
CMake
Raw Normal View History

# data/tigge/CMakeLists.txt
2014-03-31 12:57:06 +00:00
# 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}")
2014-03-31 12:57:06 +00:00
# Download all data files doing md5 check on each
ecbuild_get_test_multidata( TARGET get_tigge_gribs
NAMES ${tigge_files_to_download}
)