File tree 3 files changed +3
-32
lines changed
3 files changed +3
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
# --> BSD licensed
4
4
#
5
5
# GNU Readline library finder
6
- if (READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY )
6
+ if (READLINE_INCLUDE_DIR AND READLINE_LIBRARY)
7
7
set (READLINE_FOUND TRUE )
8
- else (READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY )
8
+ else (READLINE_INCLUDE_DIR AND READLINE_LIBRARY)
9
9
FIND_PATH (READLINE_INCLUDE_DIR readline/readline.h
10
10
/usr/include /readline
11
11
)
@@ -26,4 +26,4 @@ else(READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY)
26
26
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Readline DEFAULT_MSG READLINE_INCLUDE_DIR READLINE_LIBRARY )
27
27
28
28
MARK_AS_ADVANCED (READLINE_INCLUDE_DIR READLINE_LIBRARY)
29
- endif (READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY )
29
+ endif (READLINE_INCLUDE_DIR AND READLINE_LIBRARY)
Original file line number Diff line number Diff line change @@ -291,11 +291,6 @@ include_directories(${ONIGURUMA_INCLUDE_DIRS})
291
291
find_package (Ldap REQUIRED)
292
292
include_directories (${LDAP_INCLUDE_DIR} )
293
293
294
- # ncurses, readline and history
295
- #set(CURSES_NEED_NCURSES true)
296
- find_package (Ncurses REQUIRED)
297
- include_directories (${NCURSES_INCLUDE_PATH} )
298
-
299
294
# libpthreads
300
295
find_package (PThread REQUIRED)
301
296
include_directories (${LIBPTHREAD_INCLUDE_DIRS} )
@@ -521,7 +516,6 @@ endif()
521
516
target_link_libraries (${target} ${EDITLINE_LIBRARIES} )
522
517
endif ()
523
518
524
- target_link_libraries (${target} ${NCURSES_LIBRARY} )
525
519
target_link_libraries (${target} ${CCLIENT_LIBRARY} )
526
520
527
521
target_link_libraries (${target} ${LIBDWARF_LIBRARIES} )
You can’t perform that action at this time.
0 commit comments