Skip to content
Snippets Groups Projects
Commit decbd396 authored by sfan5's avatar sfan5
Browse files

Really fix ncurses lookup on Arch Linux

Commit 27ee8d89 forgot to add the paths
without ncursesw/ to the find_path() call
parent 7a828de1
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ if(CURSES_USE_NCURSESW)
get_filename_component(_cursesParentDir "${_cursesLibDir}" PATH)
find_path(CURSES_INCLUDE_PATH
NAMES ncursesw/ncurses.h ncursesw/curses.h
NAMES ncursesw/ncurses.h ncursesw/curses.h ncurses.h curses.h
HINTS "${_cursesParentDir}/include"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment