From e5d309f981c494521eb1fd99239611e34464ffe2 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 30 Mar 2025 10:43:50 +0200 Subject: [PATCH] doctest: work around incompat with cmake 4 --- doctest/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/doctest/PKGBUILD b/doctest/PKGBUILD index 865330f1..7514874e 100644 --- a/doctest/PKGBUILD +++ b/doctest/PKGBUILD @@ -22,6 +22,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DDOCTEST_WITH_TESTS=off \ -GNinja \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ ../ cmake --build .