Cmake: Add the NOCHECK flag to speed up downloads for testing

This commit is contained in:
Shahram Najm 2015-09-18 17:18:12 +01:00
parent 6b6ac713ce
commit 4a014f293b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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} )