Skip to content

Commit 80dce8f

Browse files
committed
Remove torch libraries from aoti/CMakeLists.txt
1 parent 897e286 commit 80dce8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/aoti/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ target_link_options(aoti_common PUBLIC -Wl,--export-dynamic)
4444
target_link_libraries(
4545
aoti_common
4646
PUBLIC extension_tensor ${CMAKE_DL_LIBS}
47-
# Link PyTorch libraries for AOTI functions
48-
${TORCH_LIBRARIES}
4947
)
5048
executorch_target_link_options_shared_lib(aoti_common)
5149

0 commit comments

Comments
 (0)