Skip to content

CCache not found warning persists even when GGML_CCACHE is set to off #3063

Closed
@exprez135

Description

@exprez135

When configuring with cmake -DGGML_CCACHE=OFF -B build, I still receive a warning Warning: ccache not found - consider installing it for faster compilation or disable this warning with GGML_CCACHE=OFF, which seems to come from ggml/src/CMakeLists.txt.

I'm not sure why this might be happening, as I'd expect that status message to not be printed since it's within an IF(GGML_CCACHE… statement. Do I need to be setting GGML_CCACHE elsewhere as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions