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
Apparently just using set(CMAKE_CXX_STANDARD 17) in cmake is not enough and i just installed gcc 8 to get it to build. The problem is that the path to the filesystem header and it's namespace need prefixed with "experimental" for 7. Leaving these resources here for reference. https://stackoverflow.com/questions/64945946 https://stackoverflow.com/questions/54290254
The text was updated successfully, but these errors were encountered:
The filesystem include is only used for a single file_exists call, so that could probably be replaced by something else and the filesystem include removed completely
Apparently just using set(CMAKE_CXX_STANDARD 17) in cmake is not enough and i just installed gcc 8 to get it to build. The problem is that the path to the filesystem header and it's namespace need prefixed with "experimental" for 7. Leaving these resources here for reference.
https://stackoverflow.com/questions/64945946
https://stackoverflow.com/questions/54290254
The text was updated successfully, but these errors were encountered: