diff options
author | Jethro Grassie <jtg@xtrabass.com> | 2018-01-11 00:50:41 -0500 |
---|---|---|
committer | Jethro Grassie <jtg@xtrabass.com> | 2018-01-11 13:51:13 -0500 |
commit | be1826c0fbd9ce665d93c3300d4106ea9bcbeafb (patch) | |
tree | 712dc769e95c24683260bbe385ef0f8969d9385a /src/daemon | |
parent | Merge pull request #3091 (diff) | |
download | monero-be1826c0fbd9ce665d93c3300d4106ea9bcbeafb.tar.xz |
Keep readline optional
Diffstat (limited to 'src/daemon')
-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 49d3bc836..237105d06 100644 --- a/src/daemon/CMakeLists.txt +++ b/src/daemon/CMakeLists.txt @@ -102,7 +102,7 @@ target_link_libraries(daemon ${Boost_SYSTEM_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${ZMQ_LIB} - ${Readline_LIBRARY} + ${GNU_READLINE_LIBRARY} ${EXTRA_LIBRARIES}) set_property(TARGET daemon PROPERTY |