]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
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)
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

index 4bdd7cd3d1d6add5633e11d6020f76d0e395f2d7..6ed89db9a07167c1944b1eb7cff8c0de01f5b997 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.22)
+cmake_minimum_required(VERSION 3.18)
 
 project(ccache LANGUAGES C CXX ASM ASM_MASM)
 if(MSVC)