>
> Would someone be so kind and tell me how to deactivate this test?
>

Hi Thomas,
this may be a CMake issue (CURSES_INCLUDE_PATH is internal to FindCurses).
To remove the test try replacing the include(FindCurses) line in
CMakeLists.txt with these two lines
SET (CURSES_HAVE_NCURSES_H FALSE)
SET (CURSES_HAVE_NCURSES_NCURSES_H FALSE)
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to