diff options
| author | Justin Zobel <[email protected]> | 2025-12-10 12:08:04 +1030 |
|---|---|---|
| committer | Justin Zobel <[email protected]> | 2025-12-10 12:08:04 +1030 |
| commit | 59580237b843bbc6e72e548a4cc9cd510e819093 (patch) | |
| tree | bdc5505698c9680d0477e0672d1bae6d299bad91 /.flatpak-manifest.json | |
| parent | 8a7b8728db004826b3bfa39665b82e8e8c2c2fed (diff) | |
CI - Flatpak - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for libzip
Diffstat (limited to '.flatpak-manifest.json')
| -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", |
