Skip to content

Commit

Permalink
update cmake download timeout for qt libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Apr 24, 2020
1 parent 8bc65cb commit 4f5416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ if(NOT EXISTS ${QT_INSTALL_DIR})
message(STATUS "Downloading Qt: ${QT_ZIP_FILENAME}")
file(DOWNLOAD "http://openstudio-resources.s3.amazonaws.com/dependencies/${QT_ZIP_FILENAME}"
${QT_ZIP_LOCAL_PATH}
INACTIVITY_TIMEOUT 120
INACTIVITY_TIMEOUT 900
SHOW_PROGRESS
EXPECTED_MD5 ${QT_ZIP_EXPECTED_MD5})
# TODO: TEMP
Expand Down

0 comments on commit 4f5416c

Please sign in to comment.