mirror of
https://github.com/monero-project/monero.git
synced 2025-10-13 01:40:40 -04:00
Keep readline optional
This commit is contained in:
parent
35d5aa36c9
commit
be1826c0fb
5 changed files with 14 additions and 6 deletions
|
@ -43,8 +43,8 @@ target_link_libraries(gen_multisig
|
|||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Readline_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${GNU_READLINE_LIBRARY}
|
||||
${EXTRA_LIBRARIES})
|
||||
add_dependencies(gen_multisig
|
||||
version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue