From e4dbcdbb7c20eb9a7fe4d258d91f5c54f57a22a9 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Mon, 28 Apr 2025 11:50:14 -0500 Subject: [PATCH] Update README.md Mention the minimum version of cmake is 3.5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f4811..b29d81c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Requirements * Linux * C++17 * gdb with "mi" interpreter (check by running: `gdb --interpreter=mi`) -* CMake (3.1.0 or newer) +* CMake (3.5.0 or newer) * QT6 * When building Seer from source, you will need the QT6 "devel" packages installed on your system for your distribution. * Core