mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-15 23:30:15 +00:00
cmake : llguidance build parser library only (#14608)
This commit is contained in:
@ -118,7 +118,7 @@ if (LLAMA_LLGUIDANCE)
|
||||
SOURCE_DIR ${LLGUIDANCE_SRC}
|
||||
BUILD_IN_SOURCE TRUE
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND cargo build --release
|
||||
BUILD_COMMAND cargo build --release --package llguidance
|
||||
INSTALL_COMMAND ""
|
||||
BUILD_BYPRODUCTS ${LLGUIDANCE_PATH}/${LLGUIDANCE_LIB_NAME} ${LLGUIDANCE_PATH}/llguidance.h
|
||||
UPDATE_COMMAND ""
|
||||
|
Reference in New Issue
Block a user