]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : set `CMAKE_RUNTIME_OUTPUT_DIRECTORY` for non standalone build (ggml/1394)
authorCongcong Cai <redacted>
Fri, 12 Dec 2025 14:37:38 +0000 (22:37 +0800)
committerGeorgi Gerganov <redacted>
Fri, 12 Dec 2025 15:53:24 +0000 (17:53 +0200)
commit324dd21d3c2b35371bad7f26446431d841e0a630
treec2b70e1d075f0f2c6799b9517e13fbed1a355a8f
parent1da1a6865ce80112d1a5e2b66bd76d37713b4c49
cmake : set `CMAKE_RUNTIME_OUTPUT_DIRECTORY` for non standalone build (ggml/1394)

Some backend depends on CMAKE_RUNTIME_OUTPUT_DIRECTORY to create temporary file like metal backened.
Missing CMAKE_RUNTIME_OUTPUT_DIRECTORY will cause some cmake error like permission denied (try to copy file to root).
This PR wants to setup a default path for CMAKE_RUNTIME_OUTPUT_DIRECTORY when it does not exist.
ggml/CMakeLists.txt