mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
cleanup: remove libedit, move readline to extra/
This commit is contained in:
parent
74a552d5dc
commit
88cebbdf6d
115 changed files with 3 additions and 22385 deletions
|
|
@ -116,9 +116,9 @@ ENDMACRO()
|
|||
MACRO (MYSQL_USE_BUNDLED_READLINE)
|
||||
SET(USE_NEW_READLINE_INTERFACE 1)
|
||||
SET(HAVE_HIST_ENTRY 0 CACHE INTERNAL "" FORCE)
|
||||
SET(READLINE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/cmd-line-utils)
|
||||
SET(READLINE_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/extra)
|
||||
SET(READLINE_LIBRARY readline)
|
||||
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/cmd-line-utils/readline)
|
||||
ADD_SUBDIRECTORY(${CMAKE_SOURCE_DIR}/extra/readline)
|
||||
ENDMACRO()
|
||||
|
||||
MACRO (MYSQL_FIND_SYSTEM_READLINE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue