Blame view

3rdparty/opencv-4.5.4/cmake/vars/OPENCV_SEMIHOSTING.cmake 226 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
10
  set(CV_TRACE OFF)
  
  # These third parties libraries are incompatible with the semihosting
  # toolchain.
  set(WITH_JPEG OFF)
  set(WITH_OPENEXR OFF)
  set(WITH_TIFF OFF)
  
  # Turn off `libpng` for some linking issues.
  set(WITH_PNG OFF)