Skip to content

Commit

Permalink
Windows build fix against prebuilt package (openvinotoolkit#5957)
Browse files Browse the repository at this point in the history
* Revert "Fixed nGraph lib files for Windows (openvinotoolkit#5904)"

This reverts commit 442bb4e.

* Added inference_engine_transformations.lib back on Windows
  • Loading branch information
ilya-lavrenov authored and rnugmanx committed Aug 26, 2021
1 parent de585ff commit 44ac182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions inference-engine/src/transformations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ ie_developer_export_targets(${TARGET_NAME})

install(TARGETS ${TARGET_NAME} EXPORT InferenceEngineTargets
RUNTIME DESTINATION ${IE_CPACK_RUNTIME_PATH} COMPONENT core
ARCHIVE DESTINATION ${IE_CPACK_ARCHIVE_PATH} COMPONENT core
LIBRARY DESTINATION ${IE_CPACK_LIBRARY_PATH} COMPONENT core)
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 44ac182

Please sign in to comment.