From 7aaa9f0b9fa32fa7da8af5e73f8fc2f85d067c0f Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 14 May 2026 15:45:22 -0500 Subject: [PATCH] Fix minimum required cmake verison (#12286) (#12289) (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