Skip to content

Commit f0d3ab9

Browse files
committed
revert a try for ios
1 parent 8d8a700 commit f0d3ab9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/onnxruntime.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ if(onnxruntime_BUILD_SHARED_LIB)
142142
endif()
143143
target_include_directories(onnxruntime PRIVATE ${ONNXRUNTIME_ROOT} PUBLIC "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/onnxruntime>")
144144

145-
# Propagate interface properties from external dependencies for iOS framework builds
146-
onnxruntime_add_include_to_target(onnxruntime onnx onnx_proto ${PROTOBUF_LIB} flatbuffers::flatbuffers)
147-
148145
target_compile_definitions(onnxruntime PRIVATE FILE_NAME=\"onnxruntime.dll\")
149146

150147
if(UNIX)

0 commit comments

Comments
 (0)