mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-25 07:34:58 -04:00
* ⬆️ Update ServeurpersoCom/omnivoice.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(omnivoice-cpp): workaround GGML_SOURCE_DIR for nested builds omnivoice.cpp 3ac485d changed from a relative add_subdirectory(ggml) to CMAKE_SOURCE_DIR-based path resolution. CMAKE_SOURCE_DIR points to the top-level project, not the current subdirectory, so when omnivoice is consumed via add_subdirectory() the build fails: add_subdirectory given source ".../omnivoice-cpp/ggml" which is not an existing directory. Set GGML_SOURCE_DIR to the correct path before add_subdirectory so the upstream code picks it up from the cache. This is a workaround until ServeurpersoCom/omnivoice.cpp#20 is merged upstream. Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Ettore Di Giacinto <mudler@localai.io> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>