From c786177bd0097d911ac455610d9340f5ed2a2d4a Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 27 Sep 2021 14:09:30 +0200 Subject: [PATCH] DOC: Fixed wrong version. --- doc/README_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README_SETUP.md b/doc/README_SETUP.md index 50e0032..7d00ed6 100644 --- a/doc/README_SETUP.md +++ b/doc/README_SETUP.md @@ -27,7 +27,7 @@ command (3.). Instead of the above conan command (2.) use -2. `conan install .. -s "compiler.cppstd=11"` +2. `conan install .. -s "compiler.cppstd=17"` and continue as you would when building on a Linux system. You may have to add `build/lib/` (or, alternatively after installation, -- GitLab