From e4967d01ea2d48552a1670c6e977b44fc1b62298 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 16 Mar 2021 21:29:05 +0100 Subject: [PATCH] on macos, there is apparently no ncursesw --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9875c8ca4..1aa12d758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.19) if (WIN32) file(TO_CMAKE_PATH "${CMAKE_MODULE_PATH}" CMAKE_MODULE_PATH )