Merge pull request #3172

44df1bcc cmake: fix install targets (Bertrand Jacquin)
This commit is contained in:
Alexander Blair 2020-10-19 00:12:31 -07:00
commit 8457055f08
No known key found for this signature in database
GPG key ID: C64552D877C32479

View file

@ -178,5 +178,5 @@ add_custom_command(TARGET monero-wallet-gui POST_BUILD COMMAND ${CMAKE_COMMAND}
include(Deploy) include(Deploy)
install(TARGETS monero-wallet-gui install(TARGETS monero-wallet-gui
DESTINATION ${CMAKE_INSTALL_PREFIX} DESTINATION bin
) )