Skip to content
Snippets Groups Projects

FIX: Explicit bfs:path conversion to string.

Merged Daniel Hornung requested to merge f-fix-25 into dev
All threads resolved!
Files
7
+ 3
2
@@ -27,7 +27,7 @@ command (3.).
Instead of the above conan command (2.) use
2. `conan install .. -s "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,
@@ -37,7 +37,8 @@ variable.
#### Problems and solutions ####
- Make sure that your conan version supports your XCode version. A typical symptom of version
mismatch is for example conan complaining about incompatible `compiler.version` settings.
mismatch is for example conan complaining about incompatible `compiler.version` settings. You may
need to rerun any conan and cmake commands (and delete cache files first) after compiler updates.
### How to build on Windows
Loading