Suppress warnings for transformations

This commit is contained in:
Ilya Churaev 2023-05-30 08:06:22 +04:00
parent f9f0da9acb
commit f8bb9814a1

View File

@ -4,6 +4,9 @@
set(TARGET_NAME "inference_engine_transformations") set(TARGET_NAME "inference_engine_transformations")
# Suppress warnings with FactoryRegistry autogenerated destructor
ov_deprecated_no_errors()
file(GLOB_RECURSE LIBRARY_SRC ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp) file(GLOB_RECURSE LIBRARY_SRC ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp)
file(GLOB_RECURSE PUBLIC_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/*.hpp) file(GLOB_RECURSE PUBLIC_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/*.hpp)