From 11516bb2b2732755132b954afa48bdfd05c7872b Mon Sep 17 00:00:00 2001 From: Krzysztof Bruniecki Date: Wed, 6 Oct 2021 13:34:59 +0200 Subject: [PATCH] [GNA] Remove WA for undefined reference in GCC (#7842) --- inference-engine/src/gna_plugin/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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 #