$NetBSD: patch-mono_btls_CMakeLists.txt,v 1.1 2025/08/21 16:36:52 ryoon Exp $ --- mono/btls/CMakeLists.txt.orig 2025-08-21 15:37:54.863937452 +0000 +++ mono/btls/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.10) +cmake_minimum_required (VERSION 3.5) project (mono-btls) @@ -129,4 +129,4 @@ endif () if (CYGWIN) target_link_libraries (mono-btls-shared wsock32 ws2_32) -endif () \ No newline at end of file +endif ()