Merge branch 'ExternalProject-download-loop' into release

This commit is contained in:
Brad King 2014-09-08 16:38:49 -04:00
commit 0161761d68
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ Retrying download.
file(REMOVE \"\${file}\")
execute_process(COMMAND \${CMAKE_COMMAND} -P \"${download_script}\")
endif()
math(EXPR attempt \"\${attempt} + 1\")
endwhile()
if(\${succeeded})