Skip to content

Commit b435b09

Browse files
committed
Remove bundled_program dep from mpsdelegate
It doesn't seem to be necessary; let's see if tests pass. ghstack-source-id: 7476308 ghstack-comment-id: 3080745718 Pull-Request: #12562
1 parent 84f422d commit b435b09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backends/apple/mps/CMakeLists.txt

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

6767
target_link_libraries(
6868
mpsdelegate
69-
PRIVATE bundled_program
70-
mps_schema
69+
PRIVATE mps_schema
7170
executorch_core
7271
${FOUNDATION_FRAMEWORK}
7372
${METAL_FRAMEWORK}

0 commit comments

Comments
 (0)