Skip to content

Commit

Permalink
[chore](fix) fix compile cloud bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Oct 28, 2024
1 parent 40d0f77 commit e4a6e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ endif()

if (NOT EXISTS "${THIRDPARTY_SRC}/${FDB_LIB}")
file(MAKE_DIRECTORY ${THIRDPARTY_SRC})
execute_process(COMMAND "curl --retry 10 --retry-delay 2 --retry-max-time 30" "${FDB_LIB_URL}"
execute_process(COMMAND "curl" "--retry" "10" "--retry-delay" "2" "--retry-max-time" "30" "${FDB_LIB_URL}"
"-o" "${THIRDPARTY_SRC}/${FDB_LIB}" "-k"
RESULTS_VARIABLE DOWNLOAD_RET)
if (NOT ${DOWNLOAD_RET} STREQUAL "0")
Expand Down

0 comments on commit e4a6e2b

Please sign in to comment.