mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-19 13:13:38 +08:00
cmake : allow external ggml (#8370)
This commit is contained in:
parent
9beb2dda03
commit
9925ca4087
@ -115,7 +115,10 @@ llama_option_depr(WARNING LLAMA_SYCL_F16 GGML_SYCL_F16)
|
||||
# build the library
|
||||
#
|
||||
|
||||
add_subdirectory(ggml)
|
||||
if (NOT TARGET ggml)
|
||||
add_subdirectory(ggml)
|
||||
# ... otherwise assume ggml is added by a parent CMakeLists.txt
|
||||
endif()
|
||||
add_subdirectory(src)
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user