improve doc string for LLAMA_LLGUIDANCE

This commit is contained in:
Michal Moskal 2025-01-30 11:06:36 -08:00
parent 59da9696fd
commit d59d939f9d

View file

@ -79,7 +79,7 @@ option(LLAMA_BUILD_SERVER "llama: build server example" ${LLAMA_STANDALONE})
# 3rd party libs
option(LLAMA_CURL "llama: use libcurl to download model from an URL" OFF)
option(LLAMA_LLGUIDANCE "llama: build LLGuidance library for structured output" OFF)
option(LLAMA_LLGUIDANCE "llama-common: include LLGuidance library for structured output in common utils" OFF)
# Required for relocatable CMake package
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/build-info.cmake)