Skip to content

Commit 6675920

Browse files
author
Zonglin Peng
committed
add c10 to cadence backend path
1 parent d438f89 commit 6675920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(${EXECUTORCH_ROOT}/build/Utils.cmake)
2323

2424
# Let files say "include <executorch/path/to/header.h>".
2525
set(_common_include_directories ${EXECUTORCH_ROOT}/..
26-
${EXECUTORCH_ROOT}/runtime/core/portable_type)
26+
${EXECUTORCH_ROOT}/runtime/core/portable_type/c10)
2727

2828
add_compile_definitions(C10_USING_CUSTOM_GENERATED_MACROS)
2929

0 commit comments

Comments
 (0)