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
One needs to add something like this to BoilerPlate.cmake in order to allow compilation to continue:
set(CMAKE_CXX_FLAGS "-fpermissive")
Did it this way near Line 66 in order to attempt building on Windows 7 using MSYS2:
elseif(WIN32)
set(PLATFORM_PREFIX "win32")
set(CMAKE_CXX_FLAGS "-fpermissive")
And make sure to comment out the MESSAGE(FATAL_ERROR...) line too.
No description provided.
The text was updated successfully, but these errors were encountered: