Ticket #69990: patch-cmake-bootstrap-disable-curses-gui.diff
File patch-cmake-bootstrap-disable-curses-gui.diff, 439 bytes (added by kencu (Ken), 6 months ago) |
---|
-
CMakeLists.txt
old new 576 576 577 577 #--------------------------------------------------------------------- 578 578 # Use curses? 579 if (UNIX )579 if (UNIX AND NOT APPLE) 580 580 # there is a bug in the Syllable libraries which makes linking ccmake fail, Alex 581 581 if(NOT CMAKE_SYSTEM_NAME MATCHES syllable) 582 582 set(CURSES_NEED_NCURSES TRUE)