]> the.earth.li Git - onak.git/commit
Update minimum required CMake version
authorJonathan McDowell <noodles@earth.li>
Mon, 14 Jul 2025 19:26:26 +0000 (20:26 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 14 Jul 2025 19:26:26 +0000 (20:26 +0100)
commita519f1c180bfb739dfc7b53745400192729c9cef
tree2616df0d7844a33f820a18d6ce1a26a7dbe3c6c6
parent9aadc77b48c7826015f8ec87cebdc15d012c5f14
Update minimum required CMake version

CMake 4.0 has dropped support for backwards compatibility with versions
before 3.5. We don't actually need this, so update our range all the way
up to 3.31, which is the version that will ship with Debian trixie.
CMakeLists.txt