Skip to content

Commit e2b7c6e

Browse files
authored
cmake : llguidance build parser library only
1 parent cb9178f commit e2b7c6e

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)