Removed EXPORT_DEPENDENCIES from addIeTarget (#6502)

* Added pugixml as submodule

* CVS-34900: updated pugixml to v1.11.4

* Fixed link with pugixml

* USe pugixml::static

* Try to fix bug

* Removed GITHUB_PULL_REQUEST

* Replaced  OpenVINO_MAIN_SOURCE_DIR -> OpenVINO_SOURCE_DIR

* Removed some usages of IE_MAIN_SOURCE_DIR

* Use ngraph target directly

* Removed EXPORT_DEPENDENCIES
This commit is contained in:
Ilya Lavrenov
2021-07-02 17:17:44 +03:00
committed by GitHub
parent 00c8ccc9b5
commit 8cc1737b5d
19 changed files with 37 additions and 75 deletions

View File

@@ -31,7 +31,6 @@ target_link_libraries(${TARGET_NAME} PRIVATE
# Link inference backend library to plugin. Here we use ngraph interpreter_backend as example
target_link_libraries(${TARGET_NAME} PRIVATE
IE::ngraph_backend
IE::interpreter_backend)
set_target_properties(${TARGET_NAME} PROPERTIES INTERPROCEDURAL_OPTIMIZATION_RELEASE ${ENABLE_LTO})