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

View File

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