Distribution_Service/CC_SDK/Environment/opencv/cmake/vars/OPENCV_SEMIHOSTING.cmake

11 lines
226 B
CMake
Raw Normal View History

2025-11-11 17:46:19 +08:00
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)