From 9776f4d11ff9fc1008e00831031fbc66c1bcaddb Mon Sep 17 00:00:00 2001 From: Maksim Doronin Date: Fri, 28 Apr 2023 21:02:49 +0100 Subject: [PATCH] Fix enable_plugins_xml (#17294) --- cmake/features.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/features.cmake b/cmake/features.cmake index 937eb678037..99a49a3fde4 100644 --- a/cmake/features.cmake +++ b/cmake/features.cmake @@ -96,7 +96,7 @@ ie_option (ENABLE_HETERO "Enables Hetero Device Plugin" ON) ie_option (ENABLE_TEMPLATE "Enable template plugin" ON) -ie_dependent_option (ENABLE_PLUGINS_XML "Generate plugins.xml configuration file or not" OFF "NOT BUILD_SHARED_LIBS" OFF) +ie_dependent_option (ENABLE_PLUGINS_XML "Generate plugins.xml configuration file or not" OFF "BUILD_SHARED_LIBS" OFF) ie_dependent_option (GAPI_TEST_PERF "if GAPI unit tests should examine performance" OFF "ENABLE_TESTS;ENABLE_GAPI_PREPROCESSING" OFF)