Cannot fix opset warning

This commit is contained in:
Ilya Churaev 2023-05-30 21:49:51 +04:00
parent 06afb1bc20
commit 19ea658639

View File

@ -5,6 +5,9 @@
# enable LTO globally for all libraries below
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE ${ENABLE_LTO})
# Suppress warnings with FactoryRegistry autogenerated destructor
ov_deprecated_no_errors()
add_definitions(-DIN_OV_CORE_LIBRARY)
set(OV_CORE_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/include)