$NetBSD: patch-third__party_protobuf_cmake_CMakeLists.txt,v 1.1 2025/08/19 15:05:38 wiz Exp $ Fix build with cmake 4. --- third_party/protobuf/cmake/CMakeLists.txt.orig 2025-08-19 13:55:51.477503257 +0000 +++ third_party/protobuf/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ # Minimum CMake required -cmake_minimum_required(VERSION 3.1.3) +cmake_minimum_required(VERSION 3.5) if(protobuf_VERBOSE) message(STATUS "Protocol Buffers Configuring...")