$NetBSD: patch-third__party_gloo_CMakeLists.txt,v 1.1 2025/08/19 15:05:38 wiz Exp $ Fix build with cmake 4. --- third_party/gloo/CMakeLists.txt.orig 2025-08-19 14:11:03.976341275 +0000 +++ third_party/gloo/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5) project(gloo CXX C)