Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: Default color diagnostics to force-on with ccache/ninja #417

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 28, 2024

  1. CMake: Default color diagnostics to force-on with ccache/ninja

    Reading diagnostics with ANSI color codes in between is unnecessarily
    hard. We now make use of the cmake documented switch to control color
    output. And we only force color on if the tooling suggest it might be
    necessary.
    
    Since GitHub Actions run without a terminal, auto-detection would always
    determine to not use colored output. However, color works fine on GitHub
    and therefore we force it on in CI builds.
    
    Signed-off-by: Matthias Kretz <m.kretz@gsi.de>
    mattkretz committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    9833a6a View commit details
    Browse the repository at this point in the history