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.
25 lines
570 B
25 lines
570 B
diff --git a/CMakeLists.txt b/CMakeLists.txt |
|
index 631465f..723153b 100644 |
|
--- a/CMakeLists.txt |
|
+++ b/CMakeLists.txt |
|
@@ -567,7 +567,7 @@ if (NGRAPH_ONNX_IMPORT_ENABLE) |
|
endif() |
|
endif() |
|
|
|
-include(cmake/external_gtest.cmake) |
|
+#include(cmake/external_gtest.cmake) |
|
if(NGRAPH_JSON_ENABLE) |
|
include(cmake/external_json.cmake) |
|
endif() |
|
@@ -623,8 +623,8 @@ endif() |
|
|
|
add_subdirectory(src) |
|
|
|
-add_subdirectory(test) |
|
-add_subdirectory(doc/examples) |
|
+#add_subdirectory(test) |
|
+#add_subdirectory(doc/examples) |
|
|
|
if (NGRAPH_DOC_BUILD_ENABLE) |
|
add_subdirectory(doc) |
|
|
|
|