git: 48110e11e625 - main - benchmarks/ipc-bench: Fix building with CMake 4

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 07 Sep 2026 19:26:31 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48110e11e625bb262596f0a851dd1a2d1cb00c36

commit 48110e11e625bb262596f0a851dd1a2d1cb00c36
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-07 19:25:04 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-07 19:25:29 +0000

    benchmarks/ipc-bench: Fix building with CMake 4
    
    Approved by:    portmgr (fixit blanket)
---
 benchmarks/ipc-bench/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/benchmarks/ipc-bench/Makefile b/benchmarks/ipc-bench/Makefile
index 80806e497baa..57136cbd5834 100644
--- a/benchmarks/ipc-bench/Makefile
+++ b/benchmarks/ipc-bench/Makefile
@@ -15,6 +15,8 @@ GH_ACCOUNT=	goldsborough
 GH_PROJECT=	ipc-bench
 GH_TAGNAME=	589146a
 
+CMAKE_ARGS=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 BINARIES=	domain fifo mmap mq shm signal tcp
 
 OPTIONS_DEFINE=	ZMQ