From d6f94d71f731868a3df86c6e0b8094da0c1412ed Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 30 May 2023 13:55:05 +0100 Subject: [PATCH] doc: correct minimum CMake version in README.md It's 3.17, not 3.6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2003a..f4f38c8 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ We highly recommend downloading a [release tarball](https://github.com/mtrojnar/ brew install cmake pkg-config openssl@1.1 export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig" ``` -**NOTE:** osslsigncode requires CMake 3.6 or newer. +**NOTE:** osslsigncode requires CMake 3.17 or newer. You may need to use `cmake3` instead of `cmake` to complete the following steps on your system. * Navigate to the build directory and run CMake to configure the osslsigncode project