mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
26 lines
570 B
Diff
26 lines
570 B
Diff
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)
|
|
|