Skip to content

Commit d7dc494

Browse files
dbortfacebook-github-bot
authored andcommitted
Fix lint error in Utils.cmake (#545)
Summary: Pull Request resolved: #545 Introduced in D49742389; the line was too long. ghstack-source-id: 202452210 exported-using-ghexport Reviewed By: mergennachin, shoumikhin Differential Revision: D49789168 fbshipit-source-id: e7af4d5260e4d260f08ae1d2bf29dc61c18b01b7
1 parent 79124a0 commit d7dc494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Utils.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ function(executorch_print_configuration_summary)
4242
STATUS " REGISTER_EXAMPLE_CUSTOM_OPS : ${REGISTER_EXAMPLE_CUSTOM_OPS}")
4343
message(
4444
STATUS
45-
" EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ${EXECUTORCH_BUILD_EXTENSION_DATA_LOADER}"
45+
" EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : "
46+
"${EXECUTORCH_BUILD_EXTENSION_DATA_LOADER}"
4647
)
4748
message(STATUS " EXECUTORCH_BUILD_XNNPACK : ${EXECUTORCH_BUILD_XNNPACK}")
4849
endfunction()

0 commit comments

Comments
 (0)