template on

This commit is contained in:
panhaiqi 2023-05-31 11:53:54 +08:00
parent 199e25c92b
commit d82a5a4964

View File

@ -11,7 +11,7 @@ set(TEMPLATE_PLUGIN_SOURCE_DIR ${OpenVINOTemplatePlugin_SOURCE_DIR})
find_package(OpenVINODeveloperPackage REQUIRED) find_package(OpenVINODeveloperPackage REQUIRED)
ov_option(ENABLE_TEMPLATE_REGISTRATION "Enables registration of TEMPLATE plugin" OFF) ov_option(ENABLE_TEMPLATE_REGISTRATION "Enables registration of TEMPLATE plugin" ON)
if(CMAKE_COMPILER_IS_GNUCXX) if(CMAKE_COMPILER_IS_GNUCXX)
ov_add_compiler_flags(-Wall) ov_add_compiler_flags(-Wall)