]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Drop minimum CMake version to 3.18
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 17 Jul 2025 13:25:05 +0000 (15:25 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 17 Jul 2025 13:57:18 +0000 (15:57 +0200)
commit1fd4c388620ef7684222b5c01027411ef8757e10
treef34f39ac14f2045b06422c758c740eb291375e47
parentc501fedf77210f8549a716c8d7838ad088f11769
build: Drop minimum CMake version to 3.18

This is to keep supporting Debian 11 for a while longer.

Note that 8648532e3cdcd6a0c4fb12b65e1ca9a8972a1e06 requires CMake > 3.16
(not sure whether 3.17 works), so dropping back to 3.15 is not possible.

Closes #1611.
CMakeLists.txt