Skip to content
Snippets Groups Projects
Verified Commit c88d8980 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-move-entity' into f-logging-segfaults

parents afcf530c e5f2855a
Branches
Tags
Loading
Pipeline #14794 failed
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
...@@ -74,6 +74,13 @@ dependencies. ...@@ -74,6 +74,13 @@ dependencies.
Depending on the clang version it might be necessary to use additionally the following flag: Depending on the clang version it might be necessary to use additionally the following flag:
`-DCMAKE_CXX_FLAGS="-Wno-unused-parameter"` `-DCMAKE_CXX_FLAGS="-Wno-unused-parameter"`
#### conan uses outdated cppstd during install
If you experience compiler errors during a `conan install` process due
to, e.g., `std::string_view` being unavailable, try specifying the cpp
standard manually by `conan install .. [other options] -s
"compiler.cppstd=17"`.
## Unit Tests ## Unit Tests
### Build ### Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment