aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorHoward Chu <hyc@symas.com>2017-10-29 14:51:51 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-11-14 17:06:37 +0000
commit0d9c0db99679e9372a1cd8a97cfef76a18096ab6 (patch)
tree7f3c5330b240962ceb09fdb0986fffcb1220cad3 /src/simplewallet
parentsplit off readline code into epee_readline (diff)
downloadmonero-0d9c0db99679e9372a1cd8a97cfef76a18096ab6.tar.xz
Do not build against epee_readline if it was not built
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt
index 861358efc..3ff4466fc 100644
--- a/src/simplewallet/CMakeLists.txt
+++ b/src/simplewallet/CMakeLists.txt
@@ -49,7 +49,7 @@ target_link_libraries(simplewallet
common
mnemonics
epee
- epee_readline
+ ${EPEE_READLINE}
version
${Boost_CHRONO_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}