Merge pull request #1331

e1dd15b Don't build monero-wallet-rpc when building the GUI (iDunk5400)
This commit is contained in:
Riccardo Spagni 2016-11-13 11:32:23 +02:00
commit 56c4514486
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -82,6 +82,7 @@ target_link_libraries(wallet
${EXTRA_LIBRARIES})
add_dependencies(wallet version)
if (NOT BUILD_GUI_DEPS)
set(wallet_rpc_sources
wallet_rpc_server.cpp)
@ -115,6 +116,7 @@ set_property(TARGET wallet_rpc_server
PROPERTY
OUTPUT_NAME "monero-wallet-rpc")
install(TARGETS wallet_rpc_server DESTINATION bin)
endif()
# build and install libwallet_merged only if we building for GUI