1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

[CI] adjustments to Conan v2

This commit is contained in:
Andrey Filipenkov
2025-06-11 21:36:18 +03:00
parent e412ebb487
commit d67c1610a7
14 changed files with 154 additions and 251 deletions

View File

@@ -133,7 +133,7 @@ function(vcmi_deploy_qt deployQtToolName deployQtOptions)
find_program(TOOL_DEPLOYQT NAMES ${deployQtToolName} PATHS "${qtBinDir}")
if(TOOL_DEPLOYQT)
install(CODE "
execute_process(COMMAND \"${TOOL_DEPLOYQT}\" ${deployQtOptions} -verbose 2)
execute_process(COMMAND \"${TOOL_DEPLOYQT}\" ${deployQtOptions} -verbose=2)
")
else()
message(WARNING "${deployQtToolName} not found, running cpack would result in broken package")