mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +02:00
gui/cmake/QtUtils.cmake: the value _install_args should not be in quotes.
This commit is contained in:
parent
a390d4226f
commit
56c1886880
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ function(qt5_win_deploy)
|
||||||
configure_file(${_QT_INSTALL_CONFIG_TEMPLATE} ${_QT_INSTALL_CONFIG} @ONLY)
|
configure_file(${_QT_INSTALL_CONFIG_TEMPLATE} ${_QT_INSTALL_CONFIG} @ONLY)
|
||||||
|
|
||||||
if (_deploy_INSTALL_COMPONENT)
|
if (_deploy_INSTALL_COMPONENT)
|
||||||
set(_install_args "COMPONENT ${_deploy_INSTALL_COMPONENT}")
|
set(_install_args COMPONENT ${_deploy_INSTALL_COMPONENT})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(SCRIPT ${_QT_INSTALL_CONFIG} ${_install_args})
|
install(SCRIPT ${_QT_INSTALL_CONFIG} ${_install_args})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue