mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
14 lines
370 B
Diff
14 lines
370 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,7 +26,7 @@ endif()
|
|
|
|
add_subdirectory(hetero_plugin)
|
|
|
|
-add_subdirectory(multi_device)
|
|
+#add_subdirectory(multi_device)
|
|
|
|
add_subdirectory(transformations)
|
|
|