mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
Do not build against epee_readline if it was not built
This commit is contained in:
committed by
moneromooo-monero
parent
178014c995
commit
0d9c0db996
@@ -689,6 +689,7 @@ if(USE_READLINE)
|
||||
add_definitions(-DHAVE_READLINE)
|
||||
include_directories(${Readline_INCLUDE_DIR})
|
||||
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