diff options
| -rw-r--r-- | .flatpak-manifest.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 6e00603ff..659272785 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -85,6 +85,9 @@ { "name": "libzip", "buildsystem": "cmake-ninja", + "config-opts": [ + "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + ], "sources": [ { "type": "archive", |
