Suppress warnings for LPT
This commit is contained in:
parent
f8bb9814a1
commit
58b1c0f5a0
@ -4,6 +4,9 @@
|
||||
|
||||
set (TARGET_NAME "inference_engine_lp_transformations")
|
||||
|
||||
# Suppress warnings with FactoryRegistry autogenerated destructor
|
||||
ov_deprecated_no_errors()
|
||||
|
||||
set(PUBLIC_HEADERS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
|
||||
file(GLOB_RECURSE LIBRARY_SRC ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user