Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Fix build error on macOS
Browse files Browse the repository at this point in the history
Fixes: #174

Signed-off-by: Yuhang Zhao <[email protected]>
  • Loading branch information
wangwenx190 committed Oct 29, 2022
1 parent 31849d1 commit 4c88bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/cmakehelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ function(deploy_qt_runtime arg_target)
add_custom_command(TARGET ${arg_target} POST_BUILD COMMAND
"${QT_DEPLOY_EXECUTABLE}"
"$<TARGET_BUNDLE_DIR:${arg_target}>"
-force
-verbose=0
${__quick_deploy_params}
)
Expand Down

0 comments on commit 4c88bc5

Please sign in to comment.