cmake: fix monero-wallet-gui target dependencies

This commit is contained in:
xiphon
2020-07-02 23:09:59 +00:00
parent e0faddf964
commit 8159b75be3
2 changed files with 7 additions and 17 deletions

View File

@@ -486,7 +486,3 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)
endif()
add_subdirectory(src)
# Required to make wallet_merged build before the gui
add_dependencies(monero-wallet-gui wallet_merged)