Skip to content

Commit

Permalink
Revert "Fixed nGraph lib files for Windows (openvinotoolkit#5904)"
Browse files Browse the repository at this point in the history
This reverts commit 442bb4e.
  • Loading branch information
ilya-lavrenov committed Jun 1, 2021
1 parent 45ce06c commit 5d1f782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ngraph/cmake/external_onnx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ macro(onnx_set_target_properties)

install(TARGETS onnx_proto
RUNTIME DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
ARCHIVE DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
LIBRARY DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph)

if (NGRAPH_EXPORT_TARGETS_ENABLE)
Expand Down
1 change: 1 addition & 0 deletions ngraph/cmake/external_protobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE "${PUSH_CMAKE_INTERPROCEDURAL_OPT

install(TARGETS ${Protobuf_LIBRARIES}
RUNTIME DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
ARCHIVE DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
LIBRARY DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph)
if (NGRAPH_EXPORT_TARGETS_ENABLE)
export(TARGETS ${Protobuf_LIBRARIES} NAMESPACE ngraph:: APPEND FILE "${NGRAPH_TARGETS_FILE}")
Expand Down

0 comments on commit 5d1f782

Please sign in to comment.