File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/models/llama/runner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ include(${EXECUTORCH_SRCS_FILE})
3838list (TRANSFORM _llama_runner__srcs PREPEND "${EXECUTORCH_ROOT} /" )
3939
4040target_include_directories (
41- extension_module INTERFACE ${_common_include_directories} ${EXECUTORCH_INCLUDE_DIRS}
41+ extension_module INTERFACE ${_common_include_directories}
4242)
4343
4444list (
@@ -82,6 +82,6 @@ set(llama_runner_deps executorch extension_data_loader extension_module
8282target_link_libraries (llama_runner PUBLIC ${llama_runner_deps} )
8383
8484target_include_directories (
85- llama_runner INTERFACE ${_common_include_directories} ${EXECUTORCH_INCLUDE_DIRS }
85+ llama_runner INTERFACE ${_common_include_directories} ${EXECUTORCH_ROOT }
8686)
8787target_compile_options (llama_runner PUBLIC ${_preprocessor_flag} )
You can’t perform that action at this time.
0 commit comments