Suppress warnings for offline transfromations
This commit is contained in:
parent
63d77db9f7
commit
0b9f6317bf
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
set(TARGET_NAME "offline_transformations")
|
set(TARGET_NAME "offline_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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user