mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

https://github.com/openvinotoolkit/open_model_zoo/releases/tag/2021.4 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
30 lines
913 B
Diff
30 lines
913 B
Diff
From 247a5383e7ae444fd99022a19fe90a59dbedbc98 Mon Sep 17 00:00:00 2001
|
|
From: Naveen Saini <naveen.kumar.saini@intel.com>
|
|
Date: Mon, 30 Aug 2021 17:54:17 +0800
|
|
Subject: [PATCH] demos: use gflags from meta-oe
|
|
|
|
Upstream-Status: Inappropriate
|
|
|
|
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
|
|
---
|
|
demos/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
|
|
index 1df8f248d..d368d608c 100644
|
|
--- a/demos/CMakeLists.txt
|
|
+++ b/demos/CMakeLists.txt
|
|
@@ -131,7 +131,7 @@ find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs g
|
|
find_package(InferenceEngine REQUIRED)
|
|
find_package(ngraph REQUIRED)
|
|
|
|
-add_subdirectory(thirdparty/gflags)
|
|
+#add_subdirectory(thirdparty/gflags)
|
|
add_subdirectory(common/cpp)
|
|
add_subdirectory(multi_channel_common/cpp)
|
|
|
|
--
|
|
2.17.1
|
|
|