Merge pull request #2736
0d9c0db9Do not build against epee_readline if it was not built (Howard Chu)178014c9split off readline code into epee_readline (moneromooo-monero)a9e14a19link against readline only for monerod and wallet-wallet-{rpc,cli} (moneromooo-monero)437421cewallet: move some scoped_message_writer calls from the libs (moneromooo-monero)e89994e9wallet: rejig to avoid prompting in wallet2 (moneromooo-monero)ec5135e5move input_line from command_line to simplewallet (moneromooo-monero)082db75fmove cryptonote command line options to cryptonote_core (moneromooo-monero)
This commit is contained in:
+1
-1
@@ -694,8 +694,8 @@ if(USE_READLINE)
|
||||
if(READLINE_FOUND AND GNU_READLINE_FOUND)
|
||||
add_definitions(-DHAVE_READLINE)
|
||||
include_directories(${Readline_INCLUDE_DIR})
|
||||
list(APPEND EXTRA_LIBRARIES ${Readline_LIBRARY})
|
||||
message(STATUS "Found readline library at: ${Readline_ROOT_DIR}")
|
||||
set(EPEE_READLINE epee_readline)
|
||||
else()
|
||||
message(STATUS "Could not find GNU readline library so building without readline support")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user