Blame view

3rdparty/opencv-4.5.4/platforms/winpack_dldt/2020.1/20200313-ngraph-disable-tests-examples.patch 595 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  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)