Skip to content

Commit 06b7e53

Browse files
committed
download timeout -> infitiny
1 parent 3137dfa commit 06b7e53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ link_directories(
3434
##
3535
## Data files will be located in the {build-folder}/data/lut/
3636
##
37-
include(ExternalData)
37+
include(ExternalData)
38+
set (ExternalData_TIMEOUT_ABSOLUTE 0)
3839
list(APPEND ExternalData_URL_TEMPLATES
3940
"http://liris.cnrs.fr/polyhex/data/%(algo)-%(hash)")
4041
ExternalData_Expand_Arguments(

0 commit comments

Comments
 (0)