Skip to content

Commit ddffb33

Browse files
xipingyanCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1198e48 commit ddffb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/features.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(ENABLE_TOOLS "Enable tools build" ON)
1111
option(ENABLE_GGUF "Enable support for GGUF format" ON)
1212
option(ENABLE_SAFETENSORS "Enable support for Safetensors format" ON)
1313
option(ENABLE_XGRAMMAR "Enable support for structured output generation with xgrammar backend" ON)
14-
option(ENABLE_MODELING_PRIVATE "Enable private submodule: https://github.com/xipingyan/modeling_private.git" OFF)
14+
option(ENABLE_MODELING_PRIVATE "Enable private modeling submodule (see .gitmodules for repository URL)" OFF)
1515

1616
# Disable building samples for NPM package
1717
if(CPACK_GENERATOR STREQUAL "NPM")

0 commit comments

Comments
 (0)