Do not build against epee_readline if it was not built

This commit is contained in:
Howard Chu
2017-11-14 17:06:37 +00:00
committed by moneromooo-monero
parent 178014c995
commit 0d9c0db996
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ target_link_libraries(daemon
serialization
daemon_rpc_server
epee
epee_readline
${EPEE_READLINE}
version
${Boost_CHRONO_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}
+1 -1
View File
@@ -49,7 +49,7 @@ target_link_libraries(simplewallet
common
mnemonics
epee
epee_readline
${EPEE_READLINE}
version
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
+1 -1
View File
@@ -108,7 +108,7 @@ if (NOT BUILD_GUI_DEPS)
PRIVATE
wallet
epee
epee_readline
${EPEE_READLINE}
rpc
cryptonote_core
cncrypto