From 6bca080517e46cd5f5cdbebe9be6d0e52fc4a9a9 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 14 Jan 2026 21:45:27 +1100 Subject: [PATCH] Update CMake version requirement in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25af515..3cb3a34 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This library provides platform specific support for other libraries, and is used ## Linux, BSD & Apple OS X To compile this library on Linux, you'll need the following dependencies: -* [cmake 2.6 or better] (http://www.cmake.org/) +* [cmake 3.12.0 or better] (http://www.cmake.org/) * a supported C++ 11 compiler Follow these instructions to compile and install the library: @@ -25,7 +25,7 @@ sudo ldconfig ## Microsoft Windows To compile this library on Windows, you'll need the following dependencies: -* [cmake 2.6 or better] (http://www.cmake.org/) +* [cmake 3.12.0 or better] (http://www.cmake.org/) * [Visual Studio 2013 (v120) or 2015 (v140)] (https://www.visualstudio.com/) Follow these instructions to compile and install the library: