20200313-ngraph-disable-tests-examples.patch 595 B

12345678910111213141516171819202122232425
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 631465f..723153b 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -567,7 +567,7 @@ if (NGRAPH_ONNX_IMPORT_ENABLE)
  6. endif()
  7. endif()
  8. -include(cmake/external_gtest.cmake)
  9. +#include(cmake/external_gtest.cmake)
  10. if(NGRAPH_JSON_ENABLE)
  11. include(cmake/external_json.cmake)
  12. endif()
  13. @@ -623,8 +623,8 @@ endif()
  14. add_subdirectory(src)
  15. -add_subdirectory(test)
  16. -add_subdirectory(doc/examples)
  17. +#add_subdirectory(test)
  18. +#add_subdirectory(doc/examples)
  19. if (NGRAPH_DOC_BUILD_ENABLE)
  20. add_subdirectory(doc)