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!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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