]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : fix target include directories (#15450)
authorxiaobing318 <redacted>
Wed, 20 Aug 2025 10:32:05 +0000 (18:32 +0800)
committerGitHub <redacted>
Wed, 20 Aug 2025 10:32:05 +0000 (13:32 +0300)
commit1a99c2d948209d9ea5eac8b6dc0a297107244540
tree386ce871581b68268ecddb013ed5b943c59de5ec
parent37f10f955f70e0158d50343d0b9a3f92d194daae
cmake : fix target include directories (#15450)

* Update docker.yml

修改docker.yml文件中的内容使其停止周期性的运行该workflow,如果想要运行该workflow可以手动启动

* feat:Modify the header file include path

1. There's no llava directory in the tools directory.
2. Because the command `target_include_directories(mtmd PUBLIC .)` is used in the `mtmd` CMakeLists.txt file, other targets that link against `mtmd` automatically include the `mtmd` directory as a search path for header files. Therefore, you can remove `target_include_directories(${TARGET} PRIVATE ../llava`` or use `target_include_directories(${TARGET} PRIVATE ../mtmd`` to explicitly require the `llama-server` target to use header files from `mtmd`.

* Restore the docker.yml file
tools/server/CMakeLists.txt