From 4458d8bc2d080c06b69f18b116ccda28f93248a3 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 13 Oct 2021 16:09:27 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 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 6b950a7..e15aa78 100644
--- a/doc/README_SETUP.md
+++ b/doc/README_SETUP.md
@@ -88,7 +88,7 @@ standard manually by `conan install .. [other options] -s
 For the tests there is a slightly different setup required (with option `-D CMAKE_BUILD_TYPE=Debug`)
 
 1. `mkdir build && cd build/`
-2. `conan install .. -s "compiler.libcxx=libstdc++11"` (on MacOS: ` -s compiler.cppstd=17`)
+2. `conan install .. ` (with gcc, append ` -s "compiler.libcxx=libstdc++11"`, with apple-clang, append ` -s compiler.cppstd=17`)
 3. `cmake -B . -D CMAKE_BUILD_TYPE=Debug ..`
    * If your clang-format version is too old, formatting, linting etc. can be skipped:
 	 `cmake -B . -D CMAKE_BUILD_TYPE=Debug -D SKIP_LINTING=ON ..`
-- 
GitLab