mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
ENH: Add warning messages if curses library is not found
This commit is contained in:
parent
0e67feb17a
commit
cd8dc094f8
@ -72,6 +72,8 @@ IF (UNIX)
|
||||
INCLUDE (${CMake_SOURCE_DIR}/Modules/FindCurses.cmake OPTIONAL)
|
||||
IF (CURSES_LIBRARY)
|
||||
SUBDIRS(Source/CursesDialog/form)
|
||||
ELSE (CURSES_LIBRARY)
|
||||
MESSAGE("Curses libraries were not found. Curses GUI for CMake will not be build.")
|
||||
ENDIF (CURSES_LIBRARY)
|
||||
ENDIF (UNIX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user