Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI builds of older GCC / Clang versions fail due to missing std::filesystem #5

Closed
offa opened this issue Jul 2, 2020 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@offa
Copy link
Owner

offa commented Jul 2, 2020

CI builds of older GCC and Clang versions fail due to missing std::filesystem support.

@offa offa added this to the v0.0.1 milestone Jul 2, 2020
@offa offa self-assigned this Jul 2, 2020
@offa
Copy link
Owner Author

offa commented Jul 2, 2020

GCC < 9 needs -lstdc++fs (source).

@offa offa changed the title CI builds of older GCC versions fail due to missing std::filesystem CI builds of older GCC / Clang versions fail due to missing std::filesystem Jul 2, 2020
@offa offa closed this as completed Jul 2, 2020
@offa
Copy link
Owner Author

offa commented Jul 13, 2020

Clang < 9 needs -lc++fs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant