Skip to content

Commit 4aaeacf

Browse files
committed
Don't address flat_tensor yet
1 parent db89e73 commit 4aaeacf

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

extension/flat_tensor/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ endif()
1818

1919
list(TRANSFORM _extension_flat_tensor__srcs PREPEND "${EXECUTORCH_ROOT}/")
2020
add_library(extension_flat_tensor ${_extension_flat_tensor__srcs})
21-
target_link_libraries(
22-
extension_flat_tensor executorch_core extension_data_loader
23-
extension_flat_tensor_schema
24-
)
21+
target_link_libraries(extension_flat_tensor executorch extension_data_loader)
2522
target_include_directories(
2623
extension_flat_tensor
2724
PUBLIC ${EXECUTORCH_ROOT}/..

tools/cmake/cmake_deps.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ filters = [
197197
]
198198
deps = [
199199
"extension_data_loader",
200-
"extension_flat_tensor_schema",
201-
"executorch_core",
200+
"executorch",
202201
]
203202

204203
[targets.extension_module]

0 commit comments

Comments
 (0)