Skip to content

Commit 00b02f1

Browse files
authored
Remove bundled_program dep from mpsdelegate (#12562)
It doesn't seem to be necessary; let's see if tests pass.
1 parent 4744ff5 commit 00b02f1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

backends/apple/mps/CMakeLists.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,8 @@ find_library(MPS_GRAPH_FRAMEWORK MetalPerformanceShadersGraph)
6666

6767
target_link_libraries(
6868
mpsdelegate
69-
PRIVATE bundled_program
70-
mps_schema
71-
executorch_core
72-
${FOUNDATION_FRAMEWORK}
73-
${METAL_FRAMEWORK}
74-
${MPS_FRAMEWORK}
75-
${MPS_GRAPH_FRAMEWORK}
69+
PRIVATE mps_schema executorch_core ${FOUNDATION_FRAMEWORK} ${METAL_FRAMEWORK}
70+
${MPS_FRAMEWORK} ${MPS_GRAPH_FRAMEWORK}
7671
)
7772

7873
target_link_options_shared_lib(mpsdelegate)

0 commit comments

Comments
 (0)