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  
    576576
    577577  #---------------------------------------------------------------------
    578578  # Use curses?
    579   if (UNIX)
     579  if (UNIX AND NOT APPLE)
    580580    # there is a bug in the Syllable libraries which makes linking ccmake fail, Alex
    581581    if(NOT CMAKE_SYSTEM_NAME MATCHES syllable)
    582582      set(CURSES_NEED_NCURSES TRUE)