Skip to content

Commit 1816540

Browse files
committed
Update
[ghstack-poisoned]
2 parents 1f9ab62 + c3a6a73 commit 1816540

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ if(EXECUTORCH_BUILD_EXTENSION_MODULE)
573573
FILES_MATCHING
574574
PATTERN "*.h"
575575
)
576-
list(APPEND _executorch_extensions extension_module_static)
576+
list(APPEND _executorch_extensions extension_module_static)
577577
endif()
578578

579579
if(EXECUTORCH_BUILD_EXTENSION_LLM)
@@ -782,7 +782,10 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
782782
endif()
783783

784784
set(CMAKE_EXECUTABLE_SUFFIX ".html")
785-
target_link_options(executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file "${WASM_MODEL_DIR}@/")
785+
target_link_options(
786+
executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file
787+
"${WASM_MODEL_DIR}@/"
788+
)
786789
endif()
787790
endif()
788791

0 commit comments

Comments
 (0)