Skip to content
Snippets Groups Projects
Commit 72c2b149 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

No, guess not, WTF?

parent 48fd078e
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if(WIN32)
endif()
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows")
if(NCURSES_FOUND)
if(CURSES_FOUND)
list(APPEND SOURCE curs_cio.c)
set(USE_CURSES_ANYWAY TRUE)
else()
......@@ -86,7 +86,7 @@ endif()
add_library(ciolib OBJECT ${SOURCE})
target_include_directories(ciolib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
if(NCURSES_FOUND)
if(CURSES_FOUND)
if(${CMAKE_SYSTEM_NAME} MATCHES "(Free|Open|Net)BSD")
list(APPEND SOURCE curs_cio.c)
set(USE_CURSES_ANYWAY TRUE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment