mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
17 lines
435 B
Diff
17 lines
435 B
Diff
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)
|
|
|