diff --git a/inference-engine/src/gna_plugin/CMakeLists.txt b/inference-engine/src/gna_plugin/CMakeLists.txt index e86aac43938..a476318dc03 100644 --- a/inference-engine/src/gna_plugin/CMakeLists.txt +++ b/inference-engine/src/gna_plugin/CMakeLists.txt @@ -50,10 +50,6 @@ target_compile_definitions(${TARGET_NAME} ie_add_api_validator_post_build_step(TARGET ${TARGET_NAME}) -if(CMAKE_COMPILER_IS_GNUCXX AND NOT CMAKE_CROSSCOMPILING) - target_link_options(${TARGET_NAME} PRIVATE -Wl,--unresolved-symbols=ignore-all) -endif() - # # Static version for tests #