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/simplewallet | |
parent | Merge pull request #3091 (diff) | |
download | monero-be1826c0fbd9ce665d93c3300d4106ea9bcbeafb.tar.xz |
Keep readline optional
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/CMakeLists.txt b/src/simplewallet/CMakeLists.txt index beaacf0e9..f190ada8d 100644 --- a/src/simplewallet/CMakeLists.txt +++ b/src/simplewallet/CMakeLists.txt @@ -55,8 +55,8 @@ target_link_libraries(simplewallet ${Boost_PROGRAM_OPTIONS_LIBRARY} ${Boost_FILESYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY} - ${Readline_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} + ${GNU_READLINE_LIBRARY} ${EXTRA_LIBRARIES}) set_property(TARGET simplewallet PROPERTY |