mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
435 B
16 lines
435 B
diff --git a/inference-engine/src/CMakeLists.txt b/inference-engine/src/CMakeLists.txt |
|
index 0ba0dd78..7d34e7cb 100644 |
|
--- a/inference-engine/src/CMakeLists.txt |
|
+++ b/inference-engine/src/CMakeLists.txt |
|
@@ -26,9 +26,9 @@ endif() |
|
|
|
add_subdirectory(hetero_plugin) |
|
|
|
-add_subdirectory(auto_plugin) |
|
+#add_subdirectory(auto_plugin) |
|
|
|
-add_subdirectory(multi_device) |
|
+#add_subdirectory(multi_device) |
|
|
|
add_subdirectory(transformations) |
|
|
|
|