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
A well-known limitation of using ninja is that it requires the user to
pass -fcolor-diagnostics=always flag to the compiler to get colored
diagnostics. Starting from version 3.24, CMake can do this for us if we
set CMAKE_COLOR_DIAGNOSTICS flag to truthful value.
0 commit comments