Skip to content

Commit d59d939

Browse files
committed
improve doc string for LLAMA_LLGUIDANCE
1 parent 59da969 commit d59d939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ option(LLAMA_BUILD_SERVER "llama: build server example" ${LLAMA_STANDALONE})
7979

8080
# 3rd party libs
8181
option(LLAMA_CURL "llama: use libcurl to download model from an URL" OFF)
82-
option(LLAMA_LLGUIDANCE "llama: build LLGuidance library for structured output" OFF)
82+
option(LLAMA_LLGUIDANCE "llama-common: include LLGuidance library for structured output in common utils" OFF)
8383

8484
# Required for relocatable CMake package
8585
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/build-info.cmake)

0 commit comments

Comments
 (0)