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
When I run that code
cmake --build build --target main --config RelWithDebInfo -j
The following error occurs:
#error C++17 or later compatible compiler is required to ~~~~
My g++ version looks like this:
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
How can I solve this??
The text was updated successfully, but these errors were encountered:
When I run that code
cmake --build build --target main --config RelWithDebInfo -j
The following error occurs:
#error C++17 or later compatible compiler is required to ~~~~
My g++ version looks like this:
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
How can I solve this??
The text was updated successfully, but these errors were encountered: