Fixed comments after #11155 (#11202)

* Fixed comments after #11155

* Add information about plugin option
This commit is contained in:
Ilya Churaev
2022-03-25 16:02:18 +03:00
committed by GitHub
parent a2705b1fed
commit 4dc0d6e711
3 changed files with 5 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ endif()
# [OBJECT_LIBRARIES <object_libs>]
# [VERSION_DEFINES_FOR <source>]
# [SKIP_INSTALL]
# [SKIP_REGISTRATION]
# [SKIP_REGISTRATION] Skip creation of <device>.xml
# [ADD_CLANG_FORMAT]
# )
#
@@ -147,6 +147,7 @@ function(ie_add_plugin)
endif()
endif()
# Enable for static build to generate correct plugins.hpp
if(NOT IE_PLUGIN_SKIP_REGISTRATION OR NOT BUILD_SHARED_LIBS)
# check that plugin with such name is not registered
foreach(plugin_entry IN LISTS PLUGIN_FILES)