mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
cmake: fix install targets
Binary should be installed in bin/ relative to CMAKE_INSTALL_PREFIX, prior to this commit, monero-wallet-gui is installed in usr/ instead of usr/bin -- Installing: image/usr/monero-wallet-gui With this comment, file is installed in the right location: -- Installing: image/usr/bin/monero-wallet-gui See: https://cmake.org/cmake/help/latest/command/install.html
This commit is contained in:
parent
cb1f3ad0ce
commit
44df1bccfc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue