Skip to content
Snippets Groups Projects
Commit 877debc8 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

USE_CURSES_ANYWAY on Darwin as well.

parent 78dbcdf5
No related branches found
No related tags found
No related merge requests found
Pipeline #7079 failed
......@@ -84,6 +84,9 @@ else()
if(${CMAKE_SYSTEM_NAME} MATCHES "(Free|Open|Net)BSD")
list(APPEND SOURCE curs_cio.c)
set(USE_CURSES_ANYWAY TRUE)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
list(APPEND SOURCE curs_cio.c)
set(USE_CURSES_ANYWAY TRUE)
else()
if(NOT WIN32)
message(FATAL_ERROR "No wide-capable curses found")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment