From e41fd2052c8b132648126da1e625139e36b5b8a9 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sun, 4 Feb 2024 18:11:10 +0100 Subject: [PATCH] CMake: Mention that CMake 3.5 is the minimum version Generating project files has been confirmed to work with this version. --- docs/doxygen/overviews/cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/cmake.md b/docs/doxygen/overviews/cmake.md index dc887fd059..99596277d7 100644 --- a/docs/doxygen/overviews/cmake.md +++ b/docs/doxygen/overviews/cmake.md @@ -84,7 +84,7 @@ in CMake the following generators are recommended: * macOS: Xcode * Linux: Ninja or Makefiles -CMake 3.10 or newer is recommended. The minimum version required is 2.8.12. +CMake 3.10 or newer is recommended. The minimum tested version is 3.5. Using CMake with your applications {#cmake_apps} ==================================