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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user