Skip to content

Commit 7c3280c

Browse files
committed
Fix lintrunner CMAKEFORMAT on runner/CMakeLists.txt
Apply cmake-format (cmakelang 0.6.13, repo .cmake-format.yaml) to the comments added for the jinja2cpp BUILD_INTERFACE change so the CMAKEFORMAT linter passes.
1 parent e5f42d2 commit 7c3280c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extension/llm/runner/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ endif()
6363
list(APPEND runner_deps kernels_util_all_deps)
6464

6565
target_link_libraries(extension_llm_runner PUBLIC ${runner_deps})
66-
# jinja2cpp is a private, build-tree-only dependency of the Jinja chat formatter.
67-
# It is a FetchContent static library that is not installed, so it must NOT leak
68-
# into the installed ExecuTorchTargets export -- otherwise downstream
69-
# find_package(executorch) consumers fail to link with `-ljinja2cpp`.
66+
# jinja2cpp is a private, build-tree-only dependency of the Jinja chat
67+
# formatter. It is a FetchContent static library that is not installed, so it
68+
# must NOT leak into the installed ExecuTorchTargets export -- otherwise
69+
# downstream find_package(executorch) consumers fail to link with `-ljinja2cpp`.
7070
# BUILD_INTERFACE keeps the dependency local to this build tree.
7171
if(TARGET jinja2cpp)
7272
target_link_libraries(

0 commit comments

Comments
 (0)