We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8a700 commit f0d3ab9Copy full SHA for f0d3ab9
cmake/onnxruntime.cmake
@@ -142,9 +142,6 @@ if(onnxruntime_BUILD_SHARED_LIB)
142
endif()
143
target_include_directories(onnxruntime PRIVATE ${ONNXRUNTIME_ROOT} PUBLIC "$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/onnxruntime>")
144
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
-
148
target_compile_definitions(onnxruntime PRIVATE FILE_NAME=\"onnxruntime.dll\")
149
150
if(UNIX)
0 commit comments