Skip to content

Commit ac44eb6

Browse files
authored
cmake : llguidance build parser library only (ggml-org#14608)
1 parent a57d1bc commit ac44eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if (LLAMA_LLGUIDANCE)
118118
SOURCE_DIR ${LLGUIDANCE_SRC}
119119
BUILD_IN_SOURCE TRUE
120120
CONFIGURE_COMMAND ""
121-
BUILD_COMMAND cargo build --release
121+
BUILD_COMMAND cargo build --release --package llguidance
122122
INSTALL_COMMAND ""
123123
BUILD_BYPRODUCTS ${LLGUIDANCE_PATH}/${LLGUIDANCE_LIB_NAME} ${LLGUIDANCE_PATH}/llguidance.h
124124
UPDATE_COMMAND ""

0 commit comments

Comments
 (0)