diff --git a/src/plugins/template/CMakeLists.txt b/src/plugins/template/CMakeLists.txt index 02633f09abe..8b138bd6d13 100644 --- a/src/plugins/template/CMakeLists.txt +++ b/src/plugins/template/CMakeLists.txt @@ -11,7 +11,7 @@ set(TEMPLATE_PLUGIN_SOURCE_DIR ${OpenVINOTemplatePlugin_SOURCE_DIR}) 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) ov_add_compiler_flags(-Wall)