mirror of https://github.com/ecmwf/eccodes.git
Cmake: Add the NOCHECK flag to speed up downloads for testing
This commit is contained in:
parent
6b6ac713ce
commit
4a014f293b
|
@ -16,6 +16,7 @@ endif()
|
|||
|
||||
# Download all data files doing md5 check on each
|
||||
ecbuild_get_test_multidata( TARGET eccodes_get_gribs
|
||||
NOCHECK
|
||||
NAMES ${files_to_download} )
|
||||
|
||||
# Copy other files - e.g. reference data, text files etc from the source data dir
|
||||
|
|
|
@ -6,4 +6,5 @@ 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 eccodes_get_tigge_gribs
|
||||
NOCHECK
|
||||
NAMES ${tigge_files_to_download} )
|
||||
|
|
Loading…
Reference in New Issue