]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake : fix ccache conflict (llama/12522)
authorJay <redacted>
Sat, 29 Mar 2025 10:04:58 +0000 (18:04 +0800)
committerGeorgi Gerganov <redacted>
Mon, 31 Mar 2025 11:02:46 +0000 (14:02 +0300)
commit26cc855fe21ba6e30fae15e314ee105b30ae2372
tree77c92df3447797e0d6c60d6515ce95fcd954889b
parentd53795ee70aa545464569d71caa46f38c05c1982
cmake : fix ccache conflict (llama/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>
src/CMakeLists.txt