[GNA] Remove WA for undefined reference in GCC (#7842)

This commit is contained in:
Krzysztof Bruniecki 2021-10-06 13:34:59 +02:00 committed by GitHub
parent 80e0bed855
commit 11516bb2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
#