Skip to content
Snippets Groups Projects
Commit 4458d8bc authored by Timm Fitschen's avatar Timm Fitschen Committed by Daniel Hornung
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 80590802
No related branches found
No related tags found
2 merge requests!33Release 0.1,!30Debug build
Pipeline #14809 failed
......@@ -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 ..`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment