Closed
Description
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
Labels
No labels