You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Judging from the build file and my very limited knowledge of Boost build files, the filesystem library still links against Boost system, even though it is now a header-only library since Boost 1.69.0.
Please remove the dependency on Boost system, so that client code that links against Boost filesystem does not have to pull in the stub Boost system library. I am not 100% sure on the correct way to do it, otherwise I would have filed a pull request.