From: Joel Rosdahl Date: Sat, 24 Jul 2021 09:02:06 +0000 (+0200) Subject: Document that CMake 3.10 now is needed X-Git-Tag: v4.4~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=673cb82f8cb65b0ba4f1844c52ebd7fe3a849e3f;p=thirdparty%2Fccache.git Document that CMake 3.10 now is needed --- diff --git a/doc/INSTALL.md b/doc/INSTALL.md index fab33f10c..79f422a05 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -6,7 +6,7 @@ Prerequisites To build ccache you need: -- CMake 3.4.3 or newer. +- CMake 3.10 or newer. - A C++14 compiler. See [Supported platforms, compilers and languages](https://ccache.dev/platform-compiler-language-support.html) for details.