Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created November 3, 2015 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/5fbe9e56fd57778da833 to your computer and use it in GitHub Desktop.
Save kahrl/5fbe9e56fd57778da833 to your computer and use it in GitHub Desktop.
diff --git a/cmake/Modules/FindNcursesw.cmake b/cmake/Modules/FindNcursesw.cmake
index dec024e..ac5a274 100644
--- a/cmake/Modules/FindNcursesw.cmake
+++ b/cmake/Modules/FindNcursesw.cmake
@@ -182,4 +182,5 @@ mark_as_advanced(
CURSES_NCURSES_LIBRARY
CURSES_NCURSESW_LIBRARY
CURSES_EXTRA_LIBRARY
+ CURSES_FORM_LIBRARY
)
@est31
Copy link

est31 commented Nov 3, 2015

applied, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment