]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : fix ccache conflict (#12522)
authorJay <redacted>
Sat, 29 Mar 2025 10:04:58 +0000 (18:04 +0800)
committerGitHub <redacted>
Sat, 29 Mar 2025 10:04:58 +0000 (11:04 +0100)
commita69f8463510a70fe0c85701b8c7ede283a0d1a7d
treed8232aa13c557a90d8b759a15e7854d2856295bf
parentd07a0d7a79bafb01fb3b6c8992121e75c57c0c2f
cmake : fix ccache conflict (#12522)

If users already set CMAKE_C_COMPILER_LAUNCHER globally, setting it in
cmake again will lead to conflict and compile fail.

Signed-off-by: Jay <redacted>
ggml/src/CMakeLists.txt