Blame view

3rdparty/opencv-4.5.4/platforms/winpack_dldt/2020.1/20200319-dldt-fix-msvs2019-v16.5.0.patch 368 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
11
12
13
  diff --git a/CMakeLists.txt b/CMakeLists.txt

  index 7900b382..b5c53d09 100644

  --- a/CMakeLists.txt

  +++ b/CMakeLists.txt

  @@ -24,6 +24,8 @@ include(features)

   # include developer package

   include(developer_package)

   

  +disable_deprecated_warnings()

  +

   # These options are shared with 3rdparty plugins

   # by means of developer package

   include(check_features)