From 56dbc8a81a810e726b7b7c2c0243c78d230132f3 Mon Sep 17 00:00:00 2001 From: weefuzzy Date: Mon, 19 Sep 2022 11:39:20 +0100 Subject: [PATCH] Readme: Correct C++ version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1692f3..d5e0c55 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Note that on macOS you may need to [dequarantine](https://learn.flucoma.org/inst ## Pre-requisites -* C++14 compliant compiler (clang, GCC or MSVC) +* C++17 compliant compiler (clang, GCC or MSVC) * cmake * make (or Ninja or XCode or VisualStudio) * git