Cannot fix opset warning
This commit is contained in:
parent
06afb1bc20
commit
19ea658639
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user