Skip to content

Commit

Permalink
Fixed CURSES_INCLUDE_DIR variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kratz00 committed Feb 14, 2015
1 parent 73db4dd commit 7368c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -454,7 +454,7 @@ IF(CURSES_FOUND)
OPTION(MOJOSETUP_GUI_NCURSES "Enable ncurses GUI" TRUE)
IF(MOJOSETUP_GUI_NCURSES)
ADD_DEFINITIONS(-DSUPPORT_GUI_NCURSES=1)
INCLUDE_DIRECTORIES(CURSES_INCLUDE_DIR)
INCLUDE_DIRECTORIES(${CURSES_INCLUDE_DIR})

IF(CURSES_HAVE_NCURSESW_NCURSES_H)
ADD_DEFINITIONS(-DHAVE_NCURSESW_NCURSES_H)
Expand Down

0 comments on commit 7368c1e

Please sign in to comment.