mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-10 21:48:55 +00:00
Turn readline off on OpenBSD because it is broken
This commit is contained in:
parent
bd011fcae9
commit
9be78e756b
@ -1140,7 +1140,9 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(USE_READLINE "Build with GNU readline support." ON)
|
if(NOT OPENBSD)
|
||||||
|
option(USE_READLINE "Build with GNU readline support." ON)
|
||||||
|
endif()
|
||||||
if(USE_READLINE AND NOT DEPENDS)
|
if(USE_READLINE AND NOT DEPENDS)
|
||||||
find_package(Readline)
|
find_package(Readline)
|
||||||
if(READLINE_FOUND AND GNU_READLINE_FOUND)
|
if(READLINE_FOUND AND GNU_READLINE_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user