update CMake requirement

find_rust uses LIST(POP_BACK), which was added in 3.15.

(cherry picked from commit 044cea1bf3)
This commit is contained in:
David Adam
2024-12-26 13:20:00 +08:00
parent 6db110916b
commit bd2ddda9a4
4 changed files with 4 additions and 4 deletions

2
debian/control vendored
View File

@@ -5,7 +5,7 @@ Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
Build-Depends: debhelper (>= 12),
cargo (>= 0.66) | cargo-mozilla (>= 0.66),
cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0),
cmake (>= 3.15.0) | cmake-mozilla (>= 3.15.0),
gettext,
libpcre2-dev,
rustc (>= 1.70),