From 162ef405db0f5912206398f1cc4058ac022c2f19 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 5 Dec 2025 21:50:18 +0300 Subject: [PATCH] qlipper --- desktop/lxqt/qlipper/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/lxqt/qlipper/actions.py b/desktop/lxqt/qlipper/actions.py index de9976d68c..58b9f7cf65 100644 --- a/desktop/lxqt/qlipper/actions.py +++ b/desktop/lxqt/qlipper/actions.py @@ -13,6 +13,7 @@ def setup(): shelltools.cd("build") cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ -DPULL_TRANSLATIONS=yes \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -DCMAKE_BUILD_TYPE=Release ", sourceDir="..") def build(): shelltools.cd("build")