Skip to content

Commit

Permalink
Removed platform-specific checks for ncursesw.
Browse files Browse the repository at this point in the history
I bet Gary's fixes to the ncursesw detection remove the need for this.
  • Loading branch information
icculus committed Feb 28, 2010
1 parent 9b72e5c commit 7af1703
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Expand Up @@ -389,9 +389,6 @@ SET(CURSES_NEED_WIDE TRUE)
SET(CURSES_NEED_NCURSES TRUE)
FIND_PACKAGE(Curses)
IF(CURSES_FOUND)
IF(NOT BEOS)
IF(NOT MACOSX)
IF(NOT SOLARIS) # !!! FIXME: Solaris's curses is really broken, or I'm using it wrong.
OPTION(MOJOSETUP_GUI_NCURSES "Enable ncurses GUI" TRUE)
IF(MOJOSETUP_GUI_NCURSES)
ADD_DEFINITIONS(-DSUPPORT_GUI_NCURSES=1)
Expand All @@ -415,9 +412,6 @@ IF(MOJOSETUP_GUI_NCURSES)
TARGET_LINK_LIBRARIES(mojosetupgui_ncurses ${CURSES_LIBRARIES})
ENDIF(MOJOSETUP_GUI_NCURSES_STATIC)
ENDIF(MOJOSETUP_GUI_NCURSES)
ENDIF(NOT SOLARIS)
ENDIF(NOT MACOSX)
ENDIF(NOT BEOS)
ENDIF(CURSES_FOUND)

IF(MACOSX)
Expand Down

0 comments on commit 7af1703

Please sign in to comment.