We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3137dfa commit 06b7e53Copy full SHA for 06b7e53
1 file changed
CMakeLists.txt
@@ -34,7 +34,8 @@ link_directories(
34
##
35
## Data files will be located in the {build-folder}/data/lut/
36
37
-include(ExternalData)
+include(ExternalData)
38
+set (ExternalData_TIMEOUT_ABSOLUTE 0)
39
list(APPEND ExternalData_URL_TEMPLATES
40
"http://liris.cnrs.fr/polyhex/data/%(algo)-%(hash)")
41
ExternalData_Expand_Arguments(
0 commit comments