20200319-dldt-fix-msvs2019-v16.5.0.patch 368 B

12345678910111213
  1. diff --git a/CMakeLists.txt b/CMakeLists.txt
  2. index 7900b382..b5c53d09 100644
  3. --- a/CMakeLists.txt
  4. +++ b/CMakeLists.txt
  5. @@ -24,6 +24,8 @@ include(features)
  6. # include developer package
  7. include(developer_package)
  8. +disable_deprecated_warnings()
  9. +
  10. # These options are shared with 3rdparty plugins
  11. # by means of developer package
  12. include(check_features)