Skip to content

Commit 9c91b2f

Browse files
committed
Fixup CMake summary message
1 parent 6f6fa6a commit 9c91b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/Utils.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function(executorch_print_configuration_summary)
7070
message(STATUS " EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : "
7171
"${EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR}"
7272
)
73-
message(STATUS " EXECUTORCH_BUILD_EXTENSION_LLM : "
73+
message(STATUS " EXECUTORCH_BUILD_EXTENSION_LLM : "
7474
"${EXECUTORCH_BUILD_EXTENSION_LLM}"
7575
)
7676
message(STATUS " EXECUTORCH_BUILD_EXTENSION_MODULE : "

0 commit comments

Comments
 (0)