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
In the latest master branch, CMakeLists.txt requested C++ version 11, but did not require it. I just pushed a commit that adds a flag that should require it, which will presumably refuse to compile with a version of the compiler that does not support C++11.
It should have given you a warning during CMake configure that it was unable to meet the requirement, but now it will fail to generate the build files. If you can't get a C++11 compiler, you will need to revert to an earlier release.
Let me know what happens when you pull the new commit.
Hi,
I am not able to install reduce through cmake. I guess it is probably the version of gcc is too old. I attached the problem down below.
The text was updated successfully, but these errors were encountered: