Skip to content

Commit

Permalink
Fixed nGraph lib files for Windows (openvinotoolkit#5904)
Browse files Browse the repository at this point in the history
* Fixed nGraph lib files for Windows

* Fixed comments
  • Loading branch information
ilyachur authored May 31, 2021
1 parent 4918533 commit 442bb4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ngraph/cmake/external_onnx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ 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: 0 additions & 1 deletion ngraph/cmake/external_protobuf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ 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 442bb4e

Please sign in to comment.