]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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:56:53 +0000 (14:56 +0300)
commit1880ffd7ffcd3433e13cb0880d22dbe03afda629
treebcb62d57fbf908d03b06ed2d685625959b89ea73
parent9173932c78516c14288a9ed49432f7478088b457
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>
ggml/src/CMakeLists.txt