We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57d1bc commit ac44eb6Copy full SHA for ac44eb6
common/CMakeLists.txt
@@ -118,7 +118,7 @@ if (LLAMA_LLGUIDANCE)
118
SOURCE_DIR ${LLGUIDANCE_SRC}
119
BUILD_IN_SOURCE TRUE
120
CONFIGURE_COMMAND ""
121
- BUILD_COMMAND cargo build --release
+ BUILD_COMMAND cargo build --release --package llguidance
122
INSTALL_COMMAND ""
123
BUILD_BYPRODUCTS ${LLGUIDANCE_PATH}/${LLGUIDANCE_LIB_NAME} ${LLGUIDANCE_PATH}/llguidance.h
124
UPDATE_COMMAND ""
0 commit comments