From 4c88bc5ab2e35d4f9d5a648f459d02d2c9211362 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Sat, 29 Oct 2022 18:52:39 +0800 Subject: [PATCH] Fix build error on macOS Fixes: #174 Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- src/core/cmakehelper.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/cmakehelper.cmake b/src/core/cmakehelper.cmake index dff995d2..a5e85cbd 100644 --- a/src/core/cmakehelper.cmake +++ b/src/core/cmakehelper.cmake @@ -206,7 +206,6 @@ function(deploy_qt_runtime arg_target) add_custom_command(TARGET ${arg_target} POST_BUILD COMMAND "${QT_DEPLOY_EXECUTABLE}" "$" - -force -verbose=0 ${__quick_deploy_params} )