File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ option(LLAMA_BUILD_COMMON "llama: build common utils library" ${LLAMA_STANDALONE
7979option (LLAMA_BUILD_TESTS "llama: build tests" ${LLAMA_STANDALONE} )
8080option (LLAMA_BUILD_TOOLS "llama: build tools" ${LLAMA_STANDALONE} )
8181option (LLAMA_BUILD_EXAMPLES "llama: build examples" ${LLAMA_STANDALONE} )
82- option (LLAMA_BUILD_SERVER "llama: build server example" ${LLAMA_STANDALONE} )
82+ option (LLAMA_BUILD_SERVER "llama: build server example" OFF )
8383
8484# specific extras
8585option (LLAMA_MTMD "llama: multimodal support" OFF )
Original file line number Diff line number Diff line change @@ -211,9 +211,9 @@ if (NOT GGML_BACKEND_DL)
211211endif ()
212212
213213# libmtmd
214- set (LLAMA_TEST_NAME test -mtmd-c-api)
215- llama_build_and_test(test -mtmd-c-api.c)
216- target_link_libraries (${LLAMA_TEST_NAME} PRIVATE mtmd)
214+ # set(LLAMA_TEST_NAME test-mtmd-c-api)
215+ # llama_build_and_test(test-mtmd-c-api.c)
216+ # target_link_libraries(${LLAMA_TEST_NAME} PRIVATE mtmd)
217217
218218# dummy executable - not installed
219219get_filename_component (TEST_TARGET test -c.c NAME_WE )
You can’t perform that action at this time.
0 commit comments