From b5d7f5ec64b86d44fc2bce79770f7703937dce1b Mon Sep 17 00:00:00 2001
From: Stephen Hurd <deuce@synchro.net>
Date: Thu, 10 Feb 2022 13:07:56 -0500
Subject: [PATCH] Heh, it's not an error to not run BSD

---
 ciolib/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ciolib/CMakeLists.txt b/ciolib/CMakeLists.txt
index 4ce6745..ab6c912 100644
--- a/ciolib/CMakeLists.txt
+++ b/ciolib/CMakeLists.txt
@@ -90,8 +90,6 @@ if(CURSES_FOUND)
 	if(${CMAKE_SYSTEM_NAME} MATCHES "(Free|Open|Net)BSD")
 		list(APPEND SOURCE curs_cio.c)
 		set(USE_CURSES_ANYWAY TRUE)
-	else()
-		message(FATAL_ERROR "ncursesw not found")
 	endif()
 endif()
 
-- 
GitLab