1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

gui/cmake/QtUtils.cmake: the value _install_args should not be in quotes.

This commit is contained in:
Henrik Hautakoski 2020-04-23 16:57:48 +02:00
parent a390d4226f
commit 56c1886880

View file

@ -70,7 +70,7 @@ function(qt5_win_deploy)
configure_file(${_QT_INSTALL_CONFIG_TEMPLATE} ${_QT_INSTALL_CONFIG} @ONLY)
if (_deploy_INSTALL_COMPONENT)
set(_install_args "COMPONENT ${_deploy_INSTALL_COMPONENT}")
set(_install_args COMPONENT ${_deploy_INSTALL_COMPONENT})
endif()
install(SCRIPT ${_QT_INSTALL_CONFIG} ${_install_args})