eccodes/data/tigge/CMakeLists.txt

11 lines
428 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
2015-07-02 12:02:54 +00:00
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
2015-07-14 16:11:57 +00:00
ecbuild_get_test_multidata( TARGET eccodes_get_tigge_gribs
NOCHECK
2015-07-02 12:02:54 +00:00
NAMES ${tigge_files_to_download} )