We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25414a commit 7225ff1Copy full SHA for 7225ff1
build/Utils.cmake
@@ -42,7 +42,8 @@ function(executorch_print_configuration_summary)
42
STATUS " REGISTER_EXAMPLE_CUSTOM_OPS : ${REGISTER_EXAMPLE_CUSTOM_OPS}")
43
message(
44
STATUS
45
- " EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ${EXECUTORCH_BUILD_EXTENSION_DATA_LOADER}"
+ " EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : "
46
+ "${EXECUTORCH_BUILD_EXTENSION_DATA_LOADER}"
47
)
48
message(STATUS " EXECUTORCH_BUILD_XNNPACK : ${EXECUTORCH_BUILD_XNNPACK}")
49
endfunction()
0 commit comments