diff options
author | Howard Chu <hyc@symas.com> | 2017-10-29 14:51:51 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-14 17:06:37 +0000 |
commit | 0d9c0db99679e9372a1cd8a97cfef76a18096ab6 (patch) | |
tree | 7f3c5330b240962ceb09fdb0986fffcb1220cad3 /src/daemon/CMakeLists.txt | |
parent | split off readline code into epee_readline (diff) | |
download | monero-0d9c0db99679e9372a1cd8a97cfef76a18096ab6.tar.xz |
Do not build against epee_readline if it was not built
Diffstat (limited to 'src/daemon/CMakeLists.txt')
-rw-r--r-- | src/daemon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt index 5d9b6d38e..2f9c2b2f9 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -95,7 +95,7 @@ target_link_libraries(daemon serialization daemon_rpc_server epee - epee_readline + ${EPEE_READLINE} version ${Boost_CHRONO_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} |