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
The best option is to check for std::filesystem support in cmake and link library if required.
At least requirements should be added to README. Link may be helpful
The text was updated successfully, but these errors were encountered:
Issue was opened in Fuhon
gcc prior 8.1 does not support std::filesystem. See C++17 library features
gcc 8.1 - 9.0 requires linking option See notes
gcc 9.0+ has full support, no problems
The best option is to check for
std::filesystem
support in cmake and link library if required.At least requirements should be added to README.
Link may be helpful
The text was updated successfully, but these errors were encountered: