From 4b13a8c4e0a36e152b0b14a01bc37557734d5cc7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 14 May 2026 15:44:29 -0500 Subject: [PATCH] Fix minimum required cmake verison (#12286) (#12287) (cherry picked from commit c9e8f1be5e84900545ef0ede27e1f901fcd4924a) Co-authored-by: metcya <134973769+metcya@users.noreply.github.com> --- anda/lib/cmark-gfm/cmark-gfm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/cmark-gfm/cmark-gfm.spec b/anda/lib/cmark-gfm/cmark-gfm.spec index 225eff124c..095b7f2144 100644 --- a/anda/lib/cmark-gfm/cmark-gfm.spec +++ b/anda/lib/cmark-gfm/cmark-gfm.spec @@ -43,7 +43,7 @@ Development files for %{name}. %autosetup -p1 %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install