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

Support std::experimental::filesystem #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mabraham
Copy link
Contributor

For example, SLES 15 uses gcc 7.5 as the system compiler and C++ standard library. This supports C++17, but does so for std::filesystem via the std::experimental namespace and requires linking an extra library and including a specially named header.

This change imports BSD-licensed community CMake content to make building unitrace smoother on such platforms.

For example, SLES 15 uses gcc 7.5 as the system compiler and C++
standard library. This supports C++17, but does so for std::filesystem
via the std::experimental namespace and requires linking an extra
library and including a specially named header.

This change imports BSD-licensed community CMake content to make
building unitrace smoother on such platforms.
@mabraham
Copy link
Contributor Author

Tested on LRZ cluster

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

Successfully merging this pull request may close these issues.

1 participant