mirror of https://github.com/lwvmobile/dsd-fme.git
Delete FindNCURSES.cmake
Didn't mean to include this file
This commit is contained in:
parent
3c11d72652
commit
fad831d1aa
|
|
@ -1,15 +0,0 @@
|
|||
# - Try to find NCURSES
|
||||
# Once done this will define
|
||||
#
|
||||
# ITPP_FOUND - System has ITPP
|
||||
# ITPP_INCLUDE_DIR - The ITPP include directory
|
||||
# ITPP_LIBRARY - The library needed to use ITPP
|
||||
#
|
||||
|
||||
find_path(ITPP_INCLUDE_DIR itpp/itcomm.h)
|
||||
|
||||
set(NCURSES_NAMES ${NCURSES_NAMES} curses.h ncurses ncurses5w ncurses6w ncurses6 ncurses5 libncursesw)
|
||||
FIND_LIBRARY(NCURSES_LIBRARY NAMES ${NCURSES_NAMES})
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(NCURSES DEFAULT_MSG NCURSES_LIBRARY NCURSES_INCLUDE_DIR)
|
||||
Loading…
Reference in New Issue