Ivan Kolesnik
Ivan Kolesnik
I have something like this in my extension ``` func relativeTo(path: Path) -> Path? { let root = path.components let this = self.components guard this.starts(with: root) else { return nil...
This also appears in Issue Navigator when using Cocoapods. And in this case it is annoying - I don't like having warnings in my project.
As of today, SFML in Homebrew is already updated to version 2.5.1. I managed to build with this sequence: ``` mkdir build && cd build cmake -DCMAKE_CXX_FLAGS="-I/usr/local/include" .. cd .....