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.
14 lines
370 B
14 lines
370 B
4 years ago
|
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)
|
||
|
|